useFormState
import { useFormState } from 'react-final-form'
The useFormState()
hook takes one optional parameter, which matches the exact shape of FormSpyProps
(except without the render props). It returns a FormState
.
useFormState()
is used internally inside <FormSpy/>
.