Open
Description
Hi!
With Gatsby 4.19 a Head API was released: https://www.gatsbyjs.com/docs/reference/release-notes/v4.19/#gatsby-head-api
I'm slowly removing react-helmet
from all my projects and replace it with the Head API. To be able to completely remove that react-helmet
dependency this plugin would need to not rely on react-helmet
.
While you can't use Gatsby Head API for your plugin, you can use the normal setHeadComponents
API. Or did you run into any problems when using that and opted for react-helmet? :)
Happy to help with guidance on how to remove that peerDep.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels