State Error #11472
coderchef26
started this conversation in
General
State Error
#11472
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi There.. Noob here.. I am getting an error that I can resolve..
am using createBrowserRouter to build my routes but getting error:
index.js:387 Uncaught TypeError: Cannot read properties of undefined (reading 'state')
at RouterProvider (index.js:387:1)
at renderWithHooks (react-dom.development.js:14128:1)
at mountIndeterminateComponent (react-dom.development.js:17417:1)
at beginWork (react-dom.development.js:18713:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:3724:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js:3768:1)
at invokeGuardedCallback (react-dom.development.js:3825:1)
at beginWork$1 (react-dom.development.js:23694:1)
at performUnitOfWork (react-dom.development.js:22942:1)
at workLoopSync (react-dom.development.js:22865:1)
My router..
Beta Was this translation helpful? Give feedback.
All reactions