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
In React 16.3 aliases for the unsafe lifecycles were introduced and now as of React >16.8 we receive warnings each time one of these APIs are used.
Renaming them to their UNSAFE_* counterparts will resolve the warnings.
UNSAFE_*
https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
The text was updated successfully, but these errors were encountered:
Merged #50 and published as v5.1.4.
Sorry, something went wrong.
No branches or pull requests
In React 16.3 aliases for the unsafe lifecycles were introduced and now as of React >16.8 we receive warnings each time one of these APIs are used.
Renaming them to their
UNSAFE_*
counterparts will resolve the warnings.https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
The text was updated successfully, but these errors were encountered: