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

后端 未结 11 904
礼貌的吻别
礼貌的吻别 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

    In my case i leave my .js file empty means i never write anything in my .js file after that i was using it in my route so make function component or class component and finally export it will work

提交回复
热议问题