isomorphic-style-loader
isomorphic-style-loader copied to clipboard
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
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.
Sorry, it seems like you guys fixed this issue already. We must be building an older version.
Reopening this because it seems like this fix is in master but hasn't been released yet.