formik
formik copied to clipboard
setFieldValue documentation incorrect
The docs page online states that setFieldValue returns void, however it returns a promise.
https://formik.org/docs/api/formik#setfieldvalue-field-string-value-any-shouldvalidate-boolean--void
Looks like #2384 fixes this but it's been open for 2 years 🤔