formik icon indicating copy to clipboard operation
formik copied to clipboard

Docs: useFormik() return not included in the documentation

Open allestaire opened this issue 3 years ago • 1 comments

The documentation doesn't have a great information on useFormik it does not include the return values. Which is I dont know what are the other part of it

allestaire avatar Mar 24 '22 11:03 allestaire

Looks like this is resolved, the return type for useFormik is documented in https://formik.org/docs/api/useFormik#reference.

Betree avatar Feb 20 '24 10:02 Betree