react-redux-form
react-redux-form copied to clipboard
Can't specify changeAction with LocalForm
The Problem
Similar to #890, except I can't add middleware because I'm using LocalForms.
Steps to Reproduce
-
Create a
<LocalForm /> -
Try to specify
changeActionon a<Control />component.
Expected Behavior
Application compiles
Actual Behavior
Unhandled Rejection (Error): Actions must be plain objects. Use custom middleware for async actions.