This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.9.13
Actions and Action Type Updates
- Removed the
actionTypes.LOAD
action type- this is equivalent to
actionTypes.CHANGE
with{ silent: true }
- this is equivalent to
- Refactored
actions.load
to trigger aCHANGE
action (see above) - 🆕
actions.omit(model, props)
: https://davidkpiano.gitbooks.io/react-redux-form/content/model_actions.html#actionsomitmodel-props