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
Starting from version 2.0.0 a warning is generated in development mode, when strict mode is on.
react-dom.development.js:86 Warning: Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code
This comes from react-helmet. Original issue: nfl/react-helmet#548
react-helmet
We should migrate to react-helmet-async package since it seems to handle side effects in a better way
react-helmet-async
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 2.0.1-beta.1 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
🎉 This issue has been resolved in version 2.1.0 🎉
Successfully merging a pull request may close this issue.
Starting from version 2.0.0 a warning is generated in development mode, when strict mode is on.
This comes from
react-helmet
. Original issue: nfl/react-helmet#548We should migrate to
react-helmet-async
package since it seems to handle side effects in a better wayThe text was updated successfully, but these errors were encountered: