javivelasco / react-css-themr

Easy theming and composition for CSS Modules.
MIT License
591 stars 68 forks source link

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

Closed NikkiTheBugSlayer closed 7 years ago

NikkiTheBugSlayer commented 7 years ago

I am getting the following warning when upgrading React 15.5. Is there plans to fix this?

raveclassic commented 7 years ago

The fix is very simple: according to official docs, propTypes should be imported from separate package. But unfortunately it's been a long time since @javivelasco reviewed react-css-themr. There are still pending changes in master branch to be released and some open pull requests. Until he takes a look there's no way to release this fix.

javivelasco commented 7 years ago

Updated already, releasing today!