This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.2.2
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 withshallowEqual
). This prevents infinite loops.