epic-stack
epic-stack copied to clipboard
Fix hydration warning on script nonces
This PR just fixes the annoying hydration warning that appears on Firefox on script nonces:
Test Plan
Checklist
- [ ] Tests updated
- [ ] Docs updated
Screenshots
I can't reproduce this issue with https://www.epicstack.dev using firefox.
I can't either, strange. But on dev mode the message is indeed there. Can you try it on a local environment?
Ah yes, I can reproduce it locally. I'll have to look into it a bit more later. I don't like using this attribute because it just hides the problem, but it may not fix the problem.
It does not indeed fix the problem. I've been reading your issues raised on the React repository and there doesn't seem to be a good solution so far. I implement this on my own projects because I couldn't think of any hydration issue that could arise on these scripts, and to prevent having errors in the console tab. Although I do agree with your statement above.
More on this here: https://github.com/epicweb-dev/epic-stack/discussions/768