-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Uncaught TypeError: Cannot add property lanes, object is not extensible #1804
Comments
Please provide a minimal reproducible example repository... |
Hi @adrai, This is the complete stack trace. Uncaught TypeError: Cannot add property lanes, object is not extensible And here is i18n.js file import i18n from 'i18next'; const resources = { i18n export default i18n; As per above log looks like it is complaining about statement "export default i18n;". Please let me know if you need any more info. Thanks, |
i18n.js is your code... still not i18next... |
🐛 Bug Report
Below is the error I am getting after upgrading "react-i18next" from v11.18.6 to v12.3.1
Uncaught TypeError: Cannot add property lanes, object is not extensible
at markUpdateLaneFromFiberToRoot (react-dom.development.js:21928:1)
at scheduleUpdateOnFiber (react-dom.development.js:21837:1)
at updateContainer (react-dom.development.js:25482:1)
at legacyRenderSubtreeIntoContainer (react-dom.development.js:26037:1)
at render (react-dom.development.js:26103:1)
at new Toaster (toast.class.tsx:45:1)
at ./node_modules/@chakra-ui/toast/dist/esm/toast.class.js (toast.class.tsx:74:1)
at options.factory (react refresh:6:1)
at webpack_require (bootstrap:24:1)
at fn (hot module replacement:62:1)
To Reproduce
Below is the package.json file
Your Environment
Can someone please help me on this?
The text was updated successfully, but these errors were encountered: