()
| 55 | } |
| 56 | |
| 57 | function Page() { |
| 58 | return ( |
| 59 | <div> |
| 60 | <IsMutating /> |
| 61 | <Mutations /> |
| 62 | </div> |
| 63 | ) |
| 64 | } |
| 65 | |
| 66 | render(() => ( |
| 67 | <QueryClientProvider client={queryClient}> |
nothing calls this directly
no test coverage detected
searching dependent graphs…