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