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: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
setActTimeout
Function · 0.90
sleep
Function · 0.90
useIsFetching
Function · 0.50
useQuery
Function · 0.50
Tested by
no test coverage detected