I\'m trying new react-router 1.0.0 and I\'m getting strange warnings I can\'t explain:
Warning: Failed propType: Invalid prop `component` supplied to `Ro
This question is a bit old, but for those still arriving here now and using react-router 4.3 it's a bug and got fixed in the beta version 4.4.0. Just upgrade your react-router to version +4.4.0. Be aware that it's a beta version at this moment.
yarn add react-router@next
or
npm install -s react-router@4.4.0-beta.8