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 3bc5445 commit c8d2b6aCopy full SHA for c8d2b6a
packages/react/src/data-connect/useDataConnectMutation.ts
@@ -78,7 +78,6 @@ export function useDataConnectMutation<
78
options?.onSuccess?.(...args);
79
},
80
mutationFn: async (variables) => {
81
- console.log('check', typeof ref)
82
const mutationRef = typeof ref === "function" ? ref(variables) : ref;
83
const response = await executeMutation<Data, Variables>(mutationRef);
84
0 commit comments