Skip to content

Commit 7388851

Browse files
fix: reexport QueryCache and MutationCache from core. (#38) (#39)
1 parent 7f76867 commit 7388851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export {
66
QueriesObserver,
77
InfiniteQueryObserver,
88
MutationObserver,
9+
QueryCache,
10+
MutationCache,
911
} from "react-query/core";
1012

1113
export { useQueryClient, VUE_QUERY_CLIENT } from "./useQueryClient";

0 commit comments

Comments
 (0)