Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setActTimeout
Function · 0.90
sleep
Function · 0.90
useIsFetching
Function · 0.50
useQuery
Function · 0.50
Tested by
no test coverage detected