We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a2c5f commit 841ac54Copy full SHA for 841ac54
packages/query-core/src/index.ts
@@ -20,6 +20,7 @@ export { QueryClient } from './queryClient'
20
export { QueryObserver } from './queryObserver'
21
export { CancelledError, isCancelledError } from './retryer'
22
export {
23
+ systemSetTimeoutZero,
24
timeoutManager,
25
type ManagedTimerId,
26
type TimeoutCallback,
0 commit comments