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
When I remove an item using the remove function returned from useMutation, it appears the item is not removed till the real time event is received. Is there a way to remove it immediately without waiting on the event to be received (e.g. remove from local cache) manually?
The text was updated successfully, but these errors were encountered:
Hello Community,
When I remove an item using the remove function returned from useMutation, it appears the item is not removed till the real time event is received. Is there a way to remove it immediately without waiting on the event to be received (e.g. remove from local cache) manually?
The text was updated successfully, but these errors were encountered: