react-final-form-hooks
react-final-form-hooks copied to clipboard
TypeError: Cannot read property 'subscription' of undefined
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...