You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading/reloading the page, the translations are not shown for a short instant causing a flicker. A fallback and fallbackLocale is used, but seems to be not used.
When loading/reloading the page, the translations are not shown for a short instant causing a flicker. A fallback and fallbackLocale is used, but seems to be not used.
Here is a video of the issue along with the minimal code to reproduce this:
https://github.com/user-attachments/assets/6408bac7-6e4b-4c3f-9bbf-31b799430660
I18nProvider.tsx:
page.tsx:
ClientComponent.tsx:
I would expect either the fallback component to be rendered or the fallbackLocale to be used, but instead no labels are shown.
The text was updated successfully, but these errors were encountered: