MCPcopy Create free account
hub / github.com/TanStack/query / Page

Function Page

packages/solid-query/src/__tests__/useIsFetching.test.tsx:45–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 function Page() {
46 return (
47 <div>
48 <IsFetching />
49 <Query />
50 </div>
51 )
52 }
53
54 const rendered = renderWithClient(queryClient, () => <Page />)
55

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