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

Function ThirdQuery

packages/preact-query/src/__tests__/usePrefetchQuery.test.tsx:281–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 function ThirdQuery() {
282 const state = useSuspenseQuery(thirdQueryOpts)
283 return <div>data: {String(state.data)}</div>
284 }
285
286 function App() {
287 usePrefetchQuery(firstQueryOpts)

Callers

nothing calls this directly

Calls 1

useSuspenseQueryFunction · 0.50

Tested by

no test coverage detected