I'm facing a weird hydration error that only happens when deployed to production.
Testings are in incognito mode, so not caused by browser extensions.
- dev mode: no error
- build and run locally with
remix-serve: no error - deploy to server: hydration errors occur
You can see the error yourself by visiting https://app.chathub.gg/license-manager
The page is pretty simple, and I didn't find anything that might cause this issue in the rendered HTML.
Please help!