We have a up-to-date Gatsby project where we have added ConsentManagerBuilder in a provider component which is wrapping the app in wrapRootElement in both gatsby-ssr.js and gatsby-browser.js.
Any attempt to render seo meta tags proves impossible as long as it is there.
When we use helmet with the accompanying gatsby plugin or the new Head component export and build the project, they are simply removed from the source or placed in the body tag.
Does anyone have an idea as to how this is possible?
We have a up-to-date Gatsby project where we have added ConsentManagerBuilder in a provider component which is wrapping the app in wrapRootElement in both gatsby-ssr.js and gatsby-browser.js.
Any attempt to render seo meta tags proves impossible as long as it is there.
When we use helmet with the accompanying gatsby plugin or the new Head component export and build the project, they are simply removed from the source or placed in the body tag.
Does anyone have an idea as to how this is possible?