Skip to content

formik@2.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 20:42
· 61 commits to main since this release
9edb25f

Patch Changes

  • f086b5a #3237 Thanks @pieplu! - Changed getIn to return undefined when it can't find a value AND a parent of that value is "falsy" ( "" / 0 / null / false )

  • 6d8f018 #3792 Thanks @probablyup! - Update the type for setFieldValue to reflect the returned Promise and potential returned error(s).