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
In some cases, such as routing with a component that's wrapped with redux-form, replacing the Route component argument on this JSX element:
redux-form
Route
With the Route render argument like the following, will fix issue:
} />