feathers-pinia icon indicating copy to clipboard operation
feathers-pinia copied to clipboard

useFind | created, patched, removed event | no synced to store

Open palmtown opened this issue 1 year ago • 1 comments

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?

palmtown avatar Dec 12 '23 06:12 palmtown

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.

marshallswain avatar Jan 22 '24 04:01 marshallswain