Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ One
Function
One
packages/solid-query/src/__tests__/useIsFetching.test.tsx:132–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
const isFetchingArray: Array<number> = []
131
132
function One() {
133
useQuery(() => ({
134
queryKey: key1,
135
queryFn: () => sleep(10).then(() =>
'test'
),
136
}))
137
138
return null
139
}
140
141
function Two() {
142
useQuery(() => ({
Callers
nothing calls this directly
Calls
2
sleep
Function · 0.90
useQuery
Function · 0.50
Tested by
no test coverage detected