Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

React Redux Form v1.2.2

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 04 Nov 14:21
· 580 commits to master since this release

More Quick Fixes

  • Removing propTypes warnings for invalid prop type "store"
  • Now, updateOn={...} in <LocalForm> is called when the local form value actually changes (determined with shallowEqual). This prevents infinite loops.