This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.13.7
Improvements
- Removed the unnecessary dependency on
flat
! π - The
<Errors>
component now returnsnull
instead of an empty<div>
when there are no errors to be displayed. #266 - (Internal) The
getFormStateKey(...)
function has been optimized for performance. #262
Bug Fixes
<Field>
components now properly trigger validation again when their model changes (even indirectly, e.g., from anaction.merge(...)
or a parent model update). #264