MCPcopy Index your code
hub / github.com/TanStack/query / Page

Function Page

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

Source from the content-addressed store, hash-verified

38 }
39
40 function Page() {
41 return (
42 <div>
43 <IsFetching />
44 <Query />
45 </div>
46 )
47 }
48
49 const rendered = renderWithClient(queryClient, <Page />)
50

Callers

nothing calls this directly

Calls 4

setActTimeoutFunction · 0.90
sleepFunction · 0.90
useIsFetchingFunction · 0.50
useQueryFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…