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

Function createAmbiguousQueryClientError

packages/lit-query/src/context.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84function createAmbiguousQueryClientError(): Error {
85 return new Error(ambiguousQueryClientMessage)
86}
87
88/**
89 * Resolves the current default `QueryClient` registered by a connected

Callers 1

useQueryClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected