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 5d1dc70 commit ff5b5edCopy full SHA for ff5b5ed
10 files changed
src/core/index.ts
@@ -1,6 +1,11 @@
1
export { queryCache, queryCaches, makeQueryCache } from './queryCache'
2
export { setFocusHandler } from './setFocusHandler'
3
-export { stableStringify, setConsole, deepIncludes } from './utils'
+export {
4
+ CancelledError,
5
+ stableStringify,
6
+ setConsole,
7
+ deepIncludes,
8
+} from './utils'
9
10
// Types
11
export * from './types'
0 commit comments