formik@2.4.1
github-actions
released this
31 May 22:21
·
51 commits
to main
since this release
Patch Changes
-
2b194c2
#3808 Thanks @NagaiKoki! - fix type of setFieldValue function -
708bcb2
#3813 Thanks @probablyup! - RevertFieldArray
"shouldComponentUpdate" performance optimization. As it turns out, it's a common use case to have JSX controlled via non-Formik state/props inside ofFieldArray
, so it's not safe to cancel re-renders here. -
187e47d
#3815 Thanks @probablyup! - Revert Yup transform support for the time being, this may be re-introduced in a future release under an opt-in prop.