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
This package is using an old zustand version and this message [DEPRECATED] Passing a vanilla store will be unsupported in a future version. Instead use import { useStore } from 'zustand'.
Would you consider upgrading to last zustand version and using import { createStore } from "zustand" instead of import create from "zustand/vanilla";
Hello,
This package is using an old zustand version and this message
[DEPRECATED] Passing a vanilla store will be unsupported in a future version. Instead use import { useStore } from 'zustand'.
Would you consider upgrading to last zustand version and using
import { createStore } from "zustand"
instead ofimport create from "zustand/vanilla";
Instead of
It would like
I consumer land it would be used like:
This modification would require some changes in feed code,
Happy to submit a PR if you consider it and don't hesitate to tell me if i miss something
The text was updated successfully, but these errors were encountered: