formik icon indicating copy to clipboard operation
formik copied to clipboard

setFieldValue documentation incorrect

Open mcormier opened this issue 3 years ago • 1 comments

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

mcormier avatar Jan 20 '22 18:01 mcormier

Looks like #2384 fixes this but it's been open for 2 years 🤔

SpencerKaiser avatar Apr 14 '22 15:04 SpencerKaiser