-
-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tReady is false, and will never update to true in version 4.4.2 #2305
Comments
v4.4.2 of what? Please provide more information and a minimal reproducible example exactly showing your issue... Not just code snippets. |
Hi adrai, next-i18next is v4.4.2, other related version message is like: "i18next": "^14.0.1","next": "~7.0.2", "react-i18next": "^11.0.0". Yes, we are using a old version, and when we keep switch language from UI, we could reproduce this issue, not 100%, but we could repro once if we tried several times. I18n is a blocking process for the project, so we will encounter a page hang, and nothing could show up if tReady keeps false not change to true. Please help investigate, thanks. |
Sorry, but your versions are way too old. |
Is there any chance we could resolve this issue without upgrade version? We are a big project, and it may take a while if we want to upgrade our project versions. Could I know why the current version have this issue? I could not see any error message in console for next-i18next, but the log shows up that tReady is false, and never got update to true. |
Hard to help without a minimal reproducible example, sorry. |
🐛 Bug Report
tReady is false, and will never update to true in version 4.4.2.
To Reproduce
Keep switch country language for several times, and could reproduce this issue,
Expected behavior
tReady need to update to true after i18n is set up
// Paste the expected results here
Your Environment
The text was updated successfully, but these errors were encountered: