You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: