This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.14.3
Immutable <Field>
- This patch introduces
Field
for ImmutableJS, and a new (internal)getter
prop for the<Field>
component that tells RRF how to "get" the value given thestate
andmodel
.
import { Field } from 'react-redux-form/lib/immutable';
// use with immutable model reducers
<Field model="...">