I have an isomorphic application that makes use of GTM + Helmet for my analytics needs.
I've been though the other issues logged on here, and found one other that is somewhat similar, but not exactly the same.
The issue is regarding that if I move the server renderer hooks to, say, from the head to the body.
EG, let's look at no-script:
My question is thus:
For things like GTM, I think this could be super useful, is there any way in the API that someone can specify that an element within helmet ONLY renders using the SSR/Client renderer?
I have an isomorphic application that makes use of GTM + Helmet for my analytics needs. I've been though the other issues logged on here, and found one other that is somewhat similar, but not exactly the same.
The issue is regarding that if I move the server renderer hooks to, say, from the head to the body. EG, let's look at no-script:
ultimately once the react server-side code has loaded, the no-script tag is duplicated:
My question is thus: For things like GTM, I think this could be super useful, is there any way in the API that someone can specify that an element within helmet ONLY renders using the SSR/Client renderer?