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
Keys are not loading on refresh anymore, instead the raw key name is displayed. It seems to be an edge case with our combination of settings (see title and repro-steps).
This applies to the dev environment with vite, I haven't tested it in any production setting.
One curious thing is that when doing any change to the template to trigger a hot module reload, the key starts showing.
Last working version
Worked up to version: 14.0.4
Stopped working in version: 14.0.5
To Reproduce
I've created a repository with the minimal possible setup that shows the issue. It's based on vite / react-ts. I've included a commit that reverts to 14.0.4 where the setup is working fine.
💥 Regression Report
Keys are not loading on refresh anymore, instead the raw key name is displayed. It seems to be an edge case with our combination of settings (see title and repro-steps).
This applies to the dev environment with vite, I haven't tested it in any production setting.
One curious thing is that when doing any change to the template to trigger a hot module reload, the key starts showing.
Last working version
Worked up to version: 14.0.4
Stopped working in version: 14.0.5
To Reproduce
I've created a repository with the minimal possible setup that shows the issue. It's based on vite / react-ts. I've included a commit that reverts to 14.0.4 where the setup is working fine.
https://github.com/arechsteiner/react-i18next-repro
The main parts are:
resouresToBackend
useSuspense: false
<- removing this will make it workdefaultNS: 'common'
<- removing this will also make it workExpected behavior
The key should show it's translation right away as in 14.0.4
Your Environment
The text was updated successfully, but these errors were encountered: