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

React Redux Form v1.0.10

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 11 Oct 20:50
· 685 commits to master since this release

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.