This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.0.10
Tiny patch this time to quickly fix a few issues:
Bug Fixes
- The
SUBMIT_FAILED
action now propagates to child fields, so that.submitFailed
can be read in them and their parent form accurately. #462 - An edge-case appeared in local tests where
cannot read "value" of undefined
was caused when deeply changing values. This issue is fixed.