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