Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
function
createAmbiguousQueryClientError(): Error {
85
return
new
Error(ambiguousQueryClientMessage)
86
}
87
88
/**
89
* Resolves the current default `QueryClient` registered by a connected
Callers
1
useQueryClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected