Skip to content

Choose a tag to compare

@github-actions github-actions released this 20 Aug 20:40
· 27 commits to main since this release
cd66f51

Patch Changes

  • #5359 3f4bffc Thanks @davidkpiano! - Fix createStoreHook to create a single shared store instance across all components. Previously, the implementation was creating independent store instances, but now multiple components using the same hook will share state as expected.