You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TS2741: Property 'onSubmit' is missing in type '{ form: FormApi<FormValues, Partial>; render: ({ handleSubmit, form, submitting, pristine, values }: FormRenderProps<FormValues, Partial>) => Element; }' but required in type 'FormProps<FormValues, Partial>'.
The text was updated successfully, but these errors were encountered:
After creating a form with
createForm()
:I cannot use it in a normal way in:
<Form form={form} render={...}>
.TS2741: Property 'onSubmit' is missing in type '{ form: FormApi<FormValues, Partial>; render: ({ handleSubmit, form, submitting, pristine, values }: FormRenderProps<FormValues, Partial>) => Element; }' but required in type 'FormProps<FormValues, Partial>'.
The text was updated successfully, but these errors were encountered: