v2.6.4
- Officially support React 18
- Use React
useSyncExternalStore
hook - Officially deprecate
batchUpdates
setting via types, making defaulttrue
for R18+ - Change internal API (
storeState.subscribe
) types to no longer expose get state/store as arguments. Still available in reality to not break compat