Peer Dependency Conflicts between react and zustand when upgrade to next15 stable version. #2843
Answered
by
aungchanpyae3
aungchanpyae3
asked this question in
General
-
hi first of all i really like zustand and it helps to boost my workflow .But when it comes to upgrade to next15 , i got error with zustand like dependency conflicts . It may or can work in local as it was installing with zustand --force , but make problem in production build with vercel.
I am wondering why no one is talking about this incompatibility with next15 or it is just me. Please test zustand with next15. |
Beta Was this translation helpful? Give feedback.
Answered by
aungchanpyae3
Nov 8, 2024
Replies: 1 comment 1 reply
-
I remember it's discussed somewhere. Is there a way to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, thanks for your response and it was solved by adding command in vercel.json or just use pnpm
so i guess that i have to wait react 19 stable version.