Hydration failed because the initial UI does not match what was rendered on the server – after implementing Remix i18n translation
I’ve implemented translation in my Remix app using the Remix i18n package. So far, everything works fine when I have a parent component that loads translations from a specific namespace.
Facing error while implementing translation in Remix app
I’m trying to implement translation in my remix app using remix-i18next following this guideline.