TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher') #79921
-
Summaryi just want to know why this typeerror is occuring. @icyJoseph @MRanaGitHub Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You have a library that depends on React 18, or rather, is not compatible with React 19. In your case, I am not sure which library that might be though. Maybe, if possible, share your package.json dependencies. |
Beta Was this translation helpful? Give feedback.
You have a library that depends on React 18, or rather, is not compatible with React 19.
In your case, I am not sure which library that might be though. Maybe, if possible, share your package.json dependencies.