simple-zustand-devtools icon indicating copy to clipboard operation
simple-zustand-devtools copied to clipboard

UseStore was removed from Zustand a long time ago

Open jboolean opened this issue 2 years ago • 0 comments

node_modules/simple-zustand-devtools/dist/index.d.ts:1:10 - error TS2724: '"zustand"' has no exported member named 'UseStore'. Did you mean 'useStore'?

1 import { UseStore } from 'zustand';

It looks like this is relying on a type that was removed in Zustand 4.

https://github.com/pmndrs/zustand/pull/596/files

jboolean avatar Oct 07 '23 20:10 jboolean