Haresh Samnani
Haresh Samnani
> I was having smilar issue . i have to add some dynamic content in script tag. So i have added the property encodeSpecialCharacters={true} & onChangeClientState={(newState, addedTags, removedTags) => console.log(newState,...
> I was able to accomplish this by replacing "appendChild" with "prepend" within the Helmet.js file. > > headElement.prepend(newChild) I did this like in the image but no luck :(...
Any update on this?
> Follow-up: I dug through the code, and it looks like maybe all that's needed is documentation? I found the `customControls` prop, and when I provide it ... > >...
Hello, I encountered the same issue right now while trying to login via google Tried on Chrome and Safari.