zamarrowski / react-ionicons

A React Ionicon component https://react-ionicons.netlify.app/
Apache License 2.0
192 stars 28 forks source link

I get this message in the console whenever I use this plugin #14

Closed jalasem closed 7 years ago

jalasem commented 7 years ago

Warning: You are manually calling a React.PropTypes validation function for the style prop on Ionicon. This is deprecated and will not work in production with 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.

zamarrowski commented 7 years ago

@jalasem thanks for feedback! 😄 How can I reproduce that warning? What react version are you using? Usually, I use react-create-app and I can't see that error...

zamarrowski commented 7 years ago

Fixed up in https://github.com/zamarrowski/react-ionicons/blob/9f91ed787d34096fe166580b66cdce8ecd061385/src/index.js#L71