You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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