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

Function Page

packages/solid-query/src/__tests__/useIsFetching.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 <IsFetching />
51 <Query />
52 </div>
53 )
54 }
55
56 const rendered = render(() => (
57 <QueryClientProvider client={queryClient}>

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…