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 using useUpdateMutation & useDeleteMutation we need to pass the id to the mutate function. We should be able to pass it directly when creating the updateMutation / deleteMutation.
Also we should be able to use sync or async version
When using useUpdateMutation & useDeleteMutation we need to pass the id to the mutate function. We should be able to pass it directly when creating the updateMutation / deleteMutation.
Also we should be able to use sync or async version