Skip to content

Commit 24e9b75

Browse files
fix: re-export everything from react-query core (#189)
1 parent 323bf50 commit 24e9b75

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/index.ts

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/* istanbul ignore file */
22

3-
export {
4-
QueryObserver,
5-
QueriesObserver,
6-
InfiniteQueryObserver,
7-
MutationObserver,
8-
hydrate,
9-
dehydrate,
10-
focusManager,
11-
} from "react-query/core";
3+
import { QueryCache, MutationCache, QueryClient } from "./vuejs";
124

5+
export * from "react-query/core";
136
export * from "./vuejs";
7+
8+
export { QueryCache, MutationCache, QueryClient };

0 commit comments

Comments
 (0)