UNPKG

jotai

Version:

👻 Next gen state management that will spook you

9 lines (6 loc) • 222 B
import * as JotaiZustand from 'jotai-zustand'; const atomWithStore = (...args) => { console.warn("[DEPRECATED] use `jotai-zustand` instead."); return JotaiZustand.atomWithStore(...args); }; export { atomWithStore };