-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Migrate to React 15.5.0+ #205
Comments
Will this solve it? https://github.com/reactjs/react-codemod#react-proptypes-to-prop-types |
Has any1 done this successfully can you describe the steps, please. |
@lavebug it's described at https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html |
Andrey have you done this migration so there is no warning for all those dependencies in your node_modules? Did you use react-codemod with JSCodeshift? Maybe list steps eli5 don't copy/paste the link from verekia up above. |
@lavebug I thought that was what you asked for. Shortly, you migrate your code as described in the blog post. For third-party deps you go case-by-case but as far as I know many packages are not yet up to date. I wasn't able to get rid of the warning. |
Should be mostly the PropTypes changes:
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
The text was updated successfully, but these errors were encountered: