You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revert "Add the possibility to disable unloading of event handlers onUnmount (#7)"
This reverts commit c771a3e.
* Revert "Add renovate.json (#6)"
This reverts commit 57033b2.
* feat: option to disable unloading of event handler
Adds parameter object with property `disableUnloadingEventHandlers` to `useFind` to disable automatic unloading
of feathers service event listeners on component unmount.
This makes it possible to change the component and keep the event listeners attached
and therefore enable the use of singleton patterns to load data.
Co-authored-by: Anbraten <[email protected]>
* feat: Add renovate.json (#6)
0 commit comments