Apparently the following is not allowed: ``` const Compo = () => { useForm(); } ``` I know it's kinda silly because presumably any reasonable usage would pass some `{validate}` or `{initialValues}` or `{onSubmit}` to the form hook...
Apparently the following is not allowed:
I know it's kinda silly because presumably any reasonable usage would pass some
{validate}or{initialValues}or{onSubmit}to the form hook...