feathers-pinia
feathers-pinia copied to clipboard
useFind | created, patched, removed event | no synced to store
Hello Community,
In version 4.1.1, the useFind hybrid method does not update the local store for created, patched and removed events. I was able to get it to work by listening for these events and committing the data to the store manually, however, this does not work automatically.
Is this how the useFind is supposed to work?
Store events are handled at a global level, so they shouldn't need to be handled in useFind directly. I'll leave this open until I have another web socket-based Feathers app to try it out.