React-redux-universal-hot-example: React 15.3.0... React.PropTypes validation function for the `path` prop on `Route` error?

Created on 1 Aug 2016  路  2Comments  路  Source: erikras/react-redux-universal-hot-example

Lately seeing this issue with react 15.3.0 ... any idea how to fix this in the starter kit?
You are manually calling a React.PropTypes validation function for thepathprop onRoute. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.

Most helpful comment

I update react-router from 2.0.0 to 2.6.0 ,and it is ok now

All 2 comments

updating react-router worked for me.

I update react-router from 2.0.0 to 2.6.0 ,and it is ok now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jorgehmv picture jorgehmv  路  3Comments

bdsabian picture bdsabian  路  6Comments

sunkant picture sunkant  路  4Comments

yesmeck picture yesmeck  路  3Comments

paulinda picture paulinda  路  5Comments