()
| 45 | }) |
| 46 | |
| 47 | function IsMutating() { |
| 48 | const isMutating = useIsMutating() |
| 49 | |
| 50 | isMutatingArray.push(isMutating) |
| 51 | |
| 52 | return null |
| 53 | } |
| 54 | |
| 55 | function Mutation() { |
| 56 | const { mutate } = useMutation(mutationOpts) |
nothing calls this directly
no test coverage detected