Skip to content

v3.6.6

Compare
Choose a tag to compare
@erikras erikras released this 02 Oct 14:29
· 284 commits to master since this release
v3.6.6

Bug Fixes

  • Added initialValuesEqual prop to Form to allow you to override the default "shallow equal" test for initialValues, to know when to "reinitialize" the form when the initialValues prop changes. Useful for passing in an implementation of "deep equals" when needed. #343 #335
  • Fixed hot reloading bug where forms would become unresponsive after hot reloading in either Create React App or Next.js. #344 #270