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
The next warning is coming from the zustand-pub since it imports the createStore not correctly: [DEPRECATED] Default export is deprecated. Instead use import { createStore } from 'zustand/vanilla'.
Description
The next warning is coming from the
zustand-pub
since it imports thecreateStore
not correctly:[DEPRECATED] Default export is deprecated. Instead use import { createStore } from 'zustand/vanilla'.
I checked the source code out. You've fixed it here:
e6c852e#diff-6f7df3ffeb17d1b3df1802118e68eab0a84565c51fb83f257d2dcabd85997ef5R1
But somehow it didn't affect the build output:
As you can see, the
createStore
method is still imported as a default. Possibly, you forgot to rebuild the package before releasing it.The text was updated successfully, but these errors were encountered: