Skip to content

v4.1.1

Choose a tag to compare

@mhamann mhamann released this 24 Feb 15:57
· 2 commits to main since this release
16341d7

4.1.1 (2026-02-24)

Bug Fixes

  • state: prevent multiple DataStore instances for same file (#73) (a501e2f)

This release fixes a critical bug causing fatal crashes in React Native applications where multiple DataStore instances were active for the same file. The fix ensures proper singleton behavior for DataStore initialization.