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
Post React 19 release, our examples where we have defined React 18 as dependency are trying to fetch from React 19 for some reason.
The dependency in package.json says its React 18 as well
A clear and concise description of what you expected to happen.
It should try to look for react 18 only
If applicable, add screenshots to help explain your problem.
Additional Context/Questions Add any other context or questions regarding this bug.
The text was updated successfully, but these errors were encountered:
We at MUI experience a similar issue: https://stackblitz.com/edit/react-ajjlj7?file=package.json
Sorry, something went wrong.
No branches or pull requests
Description of Bug
Post React 19 release, our examples where we have defined React 18 as dependency are trying to fetch from React 19 for some reason.
The dependency in package.json says its React 18 as well
Steps to Reproduce
Expected Behavior
A clear and concise description of what you expected to happen.
It should try to look for react 18 only
Screenshots/Screencast
If applicable, add screenshots to help explain your problem.
Additional Context/Questions
Add any other context or questions regarding this bug.
The text was updated successfully, but these errors were encountered: