We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used latest react-nativ, and got this warning: componentWillReceiveProps has been renamed, and is not recommended for use.
The text was updated successfully, but these errors were encountered:
React v16.9.0 到你的安装的报警告的依赖根目录下执行下面的命令可以修复(原文出自:https://reactjs.org/blog/2019/08/08/react-v16.9.0.html#renaming-unsafe-lifecycle-methods) cd your_project npx react-codemod rename-unsafe-lifecycles
Sorry, something went wrong.
No branches or pull requests
I used latest react-nativ, and got this warning:
componentWillReceiveProps has been renamed, and is not recommended for use.
The text was updated successfully, but these errors were encountered: