diff --git a/packages/react-hook-form/src/useForm/index.ts b/packages/react-hook-form/src/useForm/index.ts index 9bed4421c02b..f6d80227e265 100644 --- a/packages/react-hook-form/src/useForm/index.ts +++ b/packages/react-hook-form/src/useForm/index.ts @@ -198,7 +198,7 @@ export const useForm = < const { query, onFinish, formLoading, onFinishAutoSave } = useFormCoreResult; - type FormVariablesType = ExtractFormVariables; // Added + type FormVariablesType = ExtractFormVariables; type SubmissionVariablesType = ExtractSubmissionVariables; useEffect(() => {