()
| 19 | const queryClient = new QueryClient() |
| 20 | |
| 21 | function IsMutating() { |
| 22 | const isMutating = useIsMutating() |
| 23 | |
| 24 | isMutatingArray.push(isMutating) |
| 25 | |
| 26 | return null |
| 27 | } |
| 28 | |
| 29 | function Mutations() { |
| 30 | const { mutate: mutate1 } = useMutation({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…