How to make useMutation non-blocking?
I'm trying to move over from startTransition for a few mutations but I can't seem to figure out how to make the UI non-blocking if I click to trigger a mutation and then want to trigger another mutation. How can I achieve the non-blocking features of startTranstion when using useMutation?