tommoor / emojione-picker

A react emoji picker for use with emojione
http://tommoor.github.io/emojione-picker
MIT License
261 stars 61 forks source link

Use prop-types package instead of React built-in PropTypes #62

Closed rgalus closed 7 years ago

rgalus commented 7 years ago

Accessing PropTypes via the main React package is deprecated. https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

tommoor commented 7 years ago

Great, thanks for making this change! Did you use the codemod? I'll dl and run to make sure we didn't miss anything before merging…

rgalus commented 7 years ago

Sure check it before merging. I didn't use codemod.

rgalus commented 7 years ago

Could you publish new version on npm? I'm getting annoyed by these warnings... :)

tommoor commented 7 years ago

Done! Sorry about that, I should hook it into the release to happen automatically