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

Function Page

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

Source from the content-addressed store, hash-verified

39 }
40
41 function Page() {
42 const state = useSuspenseQuery(componentQueryOpts)
43 return <div>data: {String(state.data)}</div>
44 }
45
46 function App() {
47 usePrefetchQuery(queryOpts)

Callers

nothing calls this directly

Calls 1

useSuspenseQueryFunction · 0.50

Tested by

no test coverage detected