-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
React 15.5: Support react-create-class
and prop-types
#1144
Comments
For the third point we already have the |
I can take care of the |
After review, looks like the |
In the README there's this section for the eslint config:
Changing |
@EvNaverniouk I think it's a flaw in the @kentor if that's the case, then perhaps we should default |
React 15.5.0 support seems to be complete.
I will publish a RC for the 7.0.0 (since there is some breaking changes here), you can test it with:
Feedback welcome 😃 |
Thanks - we have more v7 PRs that need to be merged before a real v7 can go out, but as long as breaking changes can go in between RCs this is fine :-) I'll close this for now. |
To support React 15.5, we need the following changes asap:
React.createClass
, we also need to support animport
orrequire
ofreact-create-class
PropTypes.*
anywhere, we also need to support animport
orrequire
ofprop-types
no-deprecated
warn on React.createClass and React.PropTypes usage and recommends the packages as well. It should apply to all versions of React since it's safe to migrate to the standalone packages on all versions.The text was updated successfully, but these errors were encountered: