Warning: Failed propType: Invalid prop `component` supplied to `Route`

后端 未结 11 906
礼貌的吻别
礼貌的吻别 2020-12-29 01:09

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

11条回答
  •  清酒与你
    2020-12-29 01:20

    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.

提交回复
热议问题