v3.6.6
Bug Fixes
- Added
initialValuesEqual
prop toForm
to allow you to override the default "shallow equal" test forinitialValues
, to know when to "reinitialize" the form when theinitialValues
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