Skip to content

Commit

Permalink
logs aria-hidden attribute issue
Browse files Browse the repository at this point in the history
  • Loading branch information
minaorangina committed Nov 20, 2016
1 parent 2df16a3 commit 940c9ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions problems-solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i> 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)

0 comments on commit 940c9ea

Please sign in to comment.