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

Function SecondComponent

packages/preact-query/src/__tests__/useQuery.test.tsx:1833–1836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1831 }
1832
1833 function SecondComponent() {
1834 useQuery({ queryKey: key, queryFn: () => 2, notifyOnChangeProps: 'all' })
1835 return null
1836 }
1837
1838 function Page() {
1839 return (

Callers

nothing calls this directly

Calls 2

sleepFunction · 0.90
useQueryFunction · 0.50

Tested by

no test coverage detected