-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation introduces React.PropTypes validation warning #27
Comments
Yes, I guess this changed in the very latest version of React. I haven't On Wed, 28 Sep 2016, 18:34 Ryan Rogalski, notifications@github.com wrote:
|
No problem man, I encountered this on a client project and it's not critical so I will just wait for an update as I don't have the bandwidth to fix it right now. Thanks again. |
I've looked into this but I'm unable to reproduce the warnings you saw and if I look at the image you attached I'm thinking the problem might have been in the version of Since Declaring PropTypes is still fine and the code in this lib still matches that in I'm not sure why this message would have shown up only after you included |
@marnusw it is most likely an issue with another dependency, this was on a client project that had a lot of other developers working on it |
First of all, awesome plugin, thanks for taking the time to build it 🙏🏻
When I add this package to my app, I see a bunch of warnings about PropTypes validations:
https://facebook.github.io/react/warnings/dont-call-proptypes.html
Will this be fixed in future versions?
The text was updated successfully, but these errors were encountered: