Skip to content

Commit

Permalink
[@mantine/form] Add missing TransformValues type to `createFormCont…
Browse files Browse the repository at this point in the history
…ext` (#2893)
  • Loading branch information
AabhasDhaubanja committed Nov 6, 2022
1 parent 1f1b226 commit ec2b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-form/src/FormProvider/FormProvider.tsx
Expand Up @@ -31,6 +31,6 @@ export function createFormContext<
return [FormProvider, useFormContext, useForm] as [
React.FC<FormProviderProps<Form>>,
() => Form,
UseForm<Values>
UseForm<Values, TransformValues>
];
}

0 comments on commit ec2b3a9

Please sign in to comment.