-
Notifications
You must be signed in to change notification settings - Fork 10
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
replace react-document-meta library for setting title #1700
Comments
This might be a good replacement: https://www.npmjs.com/package/react-meta-tags. But where can I see the deprecation warning that Sinopia raises? I do not see it in the console, in the dev log, or in the circle build... |
@jgreben it's a message about using unsupported lifecycle callbacks in the JS console:
|
react-helmet is a another possible replacement: https://github.com/nfl/react-helmet |
Thanks @jcoyne. I looked into each of the repos a bit further, and implemented each: Helmet:
RMT:
What do all think? |
There's also https://www.npmjs.com/package/react-helmet-async |
react-document-meta is used for setting the Title on the page. However it hasn't had a release for a few years and raises deprecation warnings with our currrent react.
The text was updated successfully, but these errors were encountered: