Skip to content

Commit 2acbe5b

Browse files
committed
fix: useMutation
1 parent 0517bd4 commit 2acbe5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useMutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { onUnmounted, reactive, ref, watchEffect } from "vue";
2-
import { parseMutationArgs } from "react-query/types/core/utils";
32
import { MutateOptions, MutationObserver } from "react-query/core";
43
import {
54
UseMutationOptions,
65
UseMutationResult,
76
MutationFunction,
87
MutationKey,
98
} from "react-query/types";
9+
import { parseMutationArgs } from "./utils";
1010
import { useQueryClient } from "./useQueryClient";
1111

1212
export function useMutation<

0 commit comments

Comments
 (0)