Skip to content

Commit 7374ed1

Browse files
committed
fix: remove parseArgs helpers exports
BREAKING CHANGE: removed parseArgs helpers exports since those might have unintended side-effects
1 parent 05ec6cb commit 7374ed1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/vuejs/index.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ export { useInfiniteQuery } from "./useInfiniteQuery";
1212
export { useMutation } from "./useMutation";
1313
export { useIsFetching } from "./useIsFetching";
1414
export { useIsMutating } from "./useIsMutating";
15-
export {
16-
VUE_QUERY_CLIENT,
17-
parseFilterArgs,
18-
parseMutationArgs,
19-
parseQueryArgs,
20-
parseMutationFilterArgs,
21-
} from "./utils";
15+
export { VUE_QUERY_CLIENT } from "./utils";
2216

2317
export type { UseQueryReturnType } from "./useBaseQuery";
2418
export type { UseQueryOptions } from "./useQuery";

0 commit comments

Comments
 (0)