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

Function ThirdQuery

packages/react-query/src/__tests__/usePrefetchQuery.test.tsx:279–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

useSuspenseQueryFunction · 0.50

Tested by

no test coverage detected