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

Function Loading

packages/react-query/src/__tests__/useInfiniteQuery.test.tsx:1797–1800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1795 const renderStream = createRenderStream({ snapshotDOM: true })
1796
1797 function Loading() {
1798 useTrackRenders()
1799 return <>loading...</>
1800 }
1801
1802 function MyComponent() {
1803 useTrackRenders()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected