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
If you are not giving export default then it throws an error. check if you have given module.exports = Speaker; //spelling mistake here you have written exoprts and check in all the modules whether you have exported correct.