We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading my application to React 19 and react-router-dom to 7 we get this error:
Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
Call stack: eval node_modules/react-router-prompt/dist/react-router-prompt.js:199:15 gr node_modules/react-router-prompt/dist/react-router-prompt.js:637:4 eval node_modules/react-router-prompt/dist/react-router-prompt.js:639:26 ./node_modules/react-router-prompt/dist/react-router-prompt.js vendors.533fc20527565668fecb.js:22529:1
The text was updated successfully, but these errors were encountered:
Hey, @charliemidtlyng. Thank you so much for taking the time to point this out
Sorry, something went wrong.
Update here: made a fix for React 19. Yet to cover react-router-dom - v7
sshyam-gupta
No branches or pull requests
After upgrading my application to React 19 and react-router-dom to 7 we get this error:
Cannot read properties of undefined (reading 'ReactCurrentDispatcher')
The text was updated successfully, but these errors were encountered: