You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With react-helmet v5, the syntax was changed. This isn't a breaking issue, as it's all backwards compatible for now, but the change notes that the old props-based syntax will be deprecated in the future. Currently Gatsby uses the most recent version (5.1.3) in the core gatsby-plugin-react-helmet plugin.
The larger benefit is new user experience, as react-helmet docs don't include much info on the syntax used throughout Gatsby's docs. As far as I can tell it's only the examples and docs that use the syntax (maybe some starters too).
I'm happy to make the changes and put together a PR for this if it's something the maintainers think is useful.
The text was updated successfully, but these errors were encountered:
With react-helmet v5, the syntax was changed. This isn't a breaking issue, as it's all backwards compatible for now, but the change notes that the old props-based syntax will be deprecated in the future. Currently Gatsby uses the most recent version (5.1.3) in the core gatsby-plugin-react-helmet plugin.
The larger benefit is new user experience, as react-helmet docs don't include much info on the syntax used throughout Gatsby's docs. As far as I can tell it's only the examples and docs that use the syntax (maybe some starters too).
I'm happy to make the changes and put together a PR for this if it's something the maintainers think is useful.
The text was updated successfully, but these errors were encountered: