()
| 21 | const key2 = queryKey() |
| 22 | |
| 23 | function IsMutating() { |
| 24 | const isMutating = useIsMutating() |
| 25 | |
| 26 | isMutatingArray.push(isMutating) |
| 27 | |
| 28 | return null |
| 29 | } |
| 30 | |
| 31 | function Mutations() { |
| 32 | const { mutate: mutate1 } = useMutation({ |
nothing calls this directly
no test coverage detected