Skip to content

Commit 841ac54

Browse files
committed
fix: export systemSetTimeoutZero from core
1 parent 08a2c5f commit 841ac54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/query-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export { QueryClient } from './queryClient'
2020
export { QueryObserver } from './queryObserver'
2121
export { CancelledError, isCancelledError } from './retryer'
2222
export {
23+
systemSetTimeoutZero,
2324
timeoutManager,
2425
type ManagedTimerId,
2526
type TimeoutCallback,

0 commit comments

Comments
 (0)