react-font-awesome
react-font-awesome copied to clipboard
React components for FontAwesome
When I try to install this I get the following error: npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants...
It was killing me a little bit.
This allows use with newer React versions. Quick spin with React 0.12.2 didn't show any problems. Fixes #2
Warning: React.addons.classSet will be deprecated in a future version. See http://fb.me/react-addons-classset
https://gist.github.com/sebmarkbage/a6e220b7097eb3c79ab7 In my code I'm getting the error: `Uncaught TypeError: undefined is not a function` on line `32`: ``` return this.transferPropsTo( ``` I'm using React v.0.13.1 ``` var Icon =...