From 940c9ea26364d942f3fa58f7de24edb0889a48db Mon Sep 17 00:00:00 2001 From: minaorangina Date: Sun, 20 Nov 2016 13:04:58 +0000 Subject: [PATCH] logs aria-hidden attribute issue --- problems-solutions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/problems-solutions.md b/problems-solutions.md index b8e26b8..9543735 100644 --- a/problems-solutions.md +++ b/problems-solutions.md @@ -35,3 +35,7 @@ To do with assignment quirk in reducer React Hot Loader: The Webpack loader is now exported separately. If you use Babel, we recommend that you remove "react-hot-loader" from the "loaders" section of your Webpack configuration altogether... ``` * Configuration for loaders has changed: (https://teamtreehouse.com/community/anyone-else-getting-an-error-when-including-react-hot-loader-in-the-webpack-config) + +### Warning: Unknown prop `ariaHidden` on tag. +aria-* and data-* attributes do not need to be camel cased, unlike all other DOM properties/attributes in React +[DOM Elements in React](https://facebook.github.io/react/docs/dom-elements.html)