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

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

    In some cases, such as routing with a component that's wrapped with redux-form, replacing the Route component argument on this JSX element:

    
    

    With the Route render argument like the following, will fix issue:

     } />
    

提交回复
热议问题