Warnings Related to Zustand #2810
Closed
angelocala94
started this conversation in
General
Replies: 2 comments 2 replies
-
Which version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using PlateJS and I keep getting these Zustand warnings like:
[DEPRECATED] Default export is deprecated. Instead use import { createStore } from 'zustand/vanilla'.
[DEPRECATED] Default export is deprecated. Instead use import { create } from 'zustand'.
[DEPRECATED] Passing a vanilla store will be unsupported in a future version. Instead use import { useStore } from 'zustand'.
Is this something on my end, or is it a known issue that's going to be fixed?
Just want to make sure I'm not missing something.
Beta Was this translation helpful? Give feedback.
All reactions