Javascript – React Hook form OnSubmit Typescript Error
On the Form onSubmit function i am getting a typescript error that i am not able to understand how to fix - Promise-returning function provided to attribute where a void return was expected.eslint@typescript-eslint/no-misused-promises const onSubmit: SubmitHandler<FormInput> I've tried many solutions…