Skip to content

formik@2.4.6

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 22:23
· 7 commits to main since this release
c798145

Patch Changes

  • f57ca9b #3949 Thanks @DeveloperRaj! - Changing the state inside formik was changing reference of initialValues provided via props, deep cloning the initialvalues will fix it.