Patch Changes
- #5359
3f4bffc
Thanks @davidkpiano! - FixcreateStoreHook
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.