jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.91k stars 2.78k forks source link

Helper method's field type update #3686

Open eminsr opened 1 year ago

eminsr commented 1 year ago

I updated the types for setFieldValue, setFieldError, and setFieldTouched methods field parameters from string to the key of the values provided.