Uncaught Error: Could not resolve "immer" imported by "zustand" #2981
-
I creat store : type PersonStoreState = { type PersonStoreActions = { type PersonStore = PersonStoreState & PersonStoreActions; const createPersonStore = createStore()( then I use It in my component. const persion = createPersonStore.getState().person; but,Uncaught Error: Could not resolve "immer" imported by "zustand" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
zustand/docs/integrations/immer-middleware.md Lines 11 to 18 in 5a886cb |
Beta Was this translation helpful? Give feedback.
zustand/docs/integrations/immer-middleware.md
Lines 11 to 18 in 5a886cb