Skip to content
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

Peer dependency issue with React 19 #140

Open
LuckyT89 opened this issue Oct 24, 2024 · 0 comments
Open

Peer dependency issue with React 19 #140

LuckyT89 opened this issue Oct 24, 2024 · 0 comments

Comments

@LuckyT89
Copy link

Next.js recently released version 15. This now includes React 19 when creating a new Next.js project. After creating a new project and trying to install the use-immer package there is now an error message relating to peer dependencies, basically saying it is looking for the following versions of React: ^16.8.0 || ^17.0.1 || ^18.0.0 but it instead found version 19. I was able to install the package using the --lecagy-peer-deps flag but it does not seem to be working properly.

Is there a timeframe for when the peer dependencies for use-immer will be updated to include React 19?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant