Skip to content

fix: internal `byId` storage now uses `ref`

Compare
Choose a tag to compare
@marshallswain marshallswain released this 10 Mar 10:21
· 31 commits to main since this release
709358a

Some reactivity in Pinia breaks when you use reactive instead of ref. This update switched the byId object to use a ref to fix reactivity.