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

React Redux Form v0.13.11

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 05 Jul 15:31
· 1089 commits to master since this release

Quick Fixes

  • Sanity check for fieldValue in <Control> to see if validation should be reset upon unmount.
  • Sanity check for node in attachNode() method of <Form> to see if it is attachable.