react-redux-form icon indicating copy to clipboard operation
react-redux-form copied to clipboard

Can't specify changeAction with LocalForm

Open lydia-schow opened this issue 7 years ago • 0 comments

The Problem

Similar to #890, except I can't add middleware because I'm using LocalForms.

Steps to Reproduce

  1. Create a <LocalForm />

  2. Try to specify changeAction on a <Control /> component.

Expected Behavior

Application compiles

Actual Behavior

Unhandled Rejection (Error): Actions must be plain objects. Use custom middleware for async actions.

lydia-schow avatar Aug 09 '18 14:08 lydia-schow