Closed wahlstedt closed 2 years ago
https://github.com/teslamotors/informed/blob/0ea7dbcb1d1e8ef9ceffe24324ebd5f970fba49d/index.d.ts#L130
Shouldn't onSubmit have the same type as most of the others: (formState: FormState) => void;
(formState: FormState) => void;
The docs says it includes the formState too.
Yes I will fix this!
Fixed in latest 4.19.3
4.19.3
https://github.com/teslamotors/informed/blob/0ea7dbcb1d1e8ef9ceffe24324ebd5f970fba49d/index.d.ts#L130
Shouldn't onSubmit have the same type as most of the others:
(formState: FormState) => void;
The docs says it includes the formState too.