Replies: 1 comment
-
If you set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there 👋
I have an app with multiple pages where each has a separate i18n namespace. When navigating between them however, a translation key briefly shows up before the translation loads.
Screen.Recording.2024-04-19.at.10.39.50.mov
Any ideas what might be causing this? The setup is basically identical to what is described in the readme (including a handle on every page). The issue is also not present on initial load or refresh.
2 things helped:
react: { useSuspense: false }
from the config. This started causing hydration errors.Beta Was this translation helpful? Give feedback.
All reactions