Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
formik@2.4.6 source code.tar.gz | 2024-04-24 | 6.2 MB | |
formik@2.4.6 source code.zip | 2024-04-24 | 6.3 MB | |
README.md | 2024-04-24 | 375 Bytes | |
Totals: 3 Items | 12.5 MB | 0 |
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.