This release includes small improvements in middleware thanks to contributors.
What's Changed
- chore: improve typing in devtools middleware by @grigoriy-reshetniak in https://github.com/pmndrs/zustand/pull/3362
- fix(persist): avoid relying on global localStorage by @honuuk in https://github.com/pmndrs/zustand/pull/3367
- fix(immer): Proper typing for immer middleware in combination with...