simple-zustand-devtools
simple-zustand-devtools copied to clipboard
UseStore was removed from Zustand a long time ago
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