fix: internal `byId` storage now uses `ref`
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.
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.