isomorphic-style-loader icon indicating copy to clipboard operation
isomorphic-style-loader copied to clipboard

Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

Open hugoesthere opened this issue 8 years ago • 2 comments

https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

New release version of React (15.5.0) has warning that React.PropTypes will be deprecated soon. PropTypes must be imported from the prop-types

This warning is originating from lib/withStyles.js line 47: insertCss: _react.PropTypes.func


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

hugoesthere avatar Apr 20 '17 18:04 hugoesthere

Sorry, it seems like you guys fixed this issue already. We must be building an older version.

hugoesthere avatar Apr 20 '17 18:04 hugoesthere

Reopening this because it seems like this fix is in master but hasn't been released yet.

hugoesthere avatar Apr 20 '17 19:04 hugoesthere