-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
TypeError Cannot read properties of null (reading 'getItem') #297
Comments
How does your i18next config look like? Are you setting the |
@adrai I checked the code again, and the only idea I came up with how this could happen is, that there may be different An idea to fix this would be to create a |
Ii really would love to have a reproducible example first. |
🐛 Bug Report
App is breaking because of this bug,., we got an Typeerror exception raised in our sentry logs as attached in the screenshot below
To Reproduce
Here is the public link with trace of this error :
https://umai.sentry.io/share/issue/ab6e3304bc0e4c42a4737828c7d35a41/
../node_modules/.pnpm/[email protected]/node_modules/i18next-browser-languagedetector/dist/esm/i18nextBrowserLanguageDetector.js in localStorage.lookup at line 174:34
Expected behavior
Not to have this error and handle window location api with checks
Your Environment
"i18next": "^23.16.5"
,"i18next-browser-languagedetector": "^8.0.0"
,"react-i18next": "^15.1.1"
,The text was updated successfully, but these errors were encountered: