#How to prevent '' 'form' implicitly has type 'any' '' warning?
8 messages · Page 1 of 1 (latest)
8 messages · Page 1 of 1 (latest)
How to prevent this Typescript warning when using form/useForm?
'form' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.ts(7022)
have you imported useForm?
Yup.