This uses useSyncExternalStore
from React 18. It uses a shim when it's with pre-18, so nothing is breaking.
What's Changed
- fix(utils): avoid infinite loop with mutual derive usage by @dai-shi in #399
- fix(utils/devtools): enabled option and supress warning by @dai-shi in #400
- feat: use-sync-external-store by @dai-shi in #234
- refactor(vanilla): Use the default parameters by @ahaoboy in #405
New Contributors
Full Changelog: v1.4.0...v1.5.0