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
New methods, for both versions: listenForItemsUpdate(), listenForItemsDeletion();
Methods isItemDeleting(), isItemRefreshing(), isItemUpdating(), isItemMutating(), isItemProcessing() now accept Partial<T> as an argument...;
...and implemented in the observable-based version. They return signals there as well to have the same API. To get the same result using observables only, you can use hasItemIn() method.