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

Function Page

packages/solid-query/src/__tests__/useIsMutating.test.tsx:57–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 function Page() {
58 return (
59 <div>
60 <IsMutating />
61 <Mutations />
62 </div>
63 )
64 }
65
66 render(() => (
67 <QueryClientProvider client={queryClient}>

Callers

nothing calls this directly

Calls 5

sleepFunction · 0.90
setActTimeoutFunction · 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…