MCPcopy
hub / github.com/TanStack/query / Page

Function Page

packages/react-query/src/__tests__/useMutationState.test.tsx:47–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 function Page() {
48 return (
49 <div>
50 <IsMutating />
51 <Mutations />
52 </div>
53 )
54 }
55
56 const rendered = renderWithClient(queryClient, <Page />)
57

Callers

nothing calls this directly

Calls 4

sleepFunction · 0.90
useMutationFunction · 0.50
useIsMutatingFunction · 0.50
mutateFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…