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

Function Page

packages/solid-query/src/__tests__/useMutationState.test.tsx:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 function Page() {
44 return (
45 <div>
46 <States />
47 <Mutate />
48 </div>
49 )
50 }
51
52 const rendered = renderWithClient(queryClient, () => <Page />)
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected