-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Use external prop-types package #37
Comments
@dmcclory the latest version of React moved PropTypes to its own package: I'll probably bump up the packages React version today and try and push a new version of StepZilla, stay tuned... |
@dmcclory I've upgraded to react 15.5.4 and pulled out PropTypes to use prop-types npm. This should get rid of the warning messages now. Please let me know if you have any other issues. New build has been published to npm, so make sure you update to v4.5.0 |
@dmcclory closing as I've not heard anything and assume it worked. |
Hi!
I'm using react-stepzilla, but I'm encountering these warnings:
They're pretty trivial, but they're messing up my CI runs.
I checked the source and noticed that stepzilla is importing PropTypes from react, which is in the process of being moved into that external package.
I can put up a PR if you'd like!
The text was updated successfully, but these errors were encountered: