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
componentWillReceiveProps
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
The text was updated successfully, but these errors were encountered:
Warning about componentWillReceiveProps
129a3d4
References jsdir#61 As mentioned in React docs [here](https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops) `componentWillReceiveProps` is being deprecated, and should be either renamed to `UNSAFE_componentWillReceiveProps` or be replaced with `componentDidUpdate`.
Anything in particular holding up this pull request? We would love to see this updated version on npm
Sorry, something went wrong.
No branches or pull requests
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
The text was updated successfully, but these errors were encountered: