figbird
figbird copied to clipboard
Removing Item Immediately
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?