davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.07k stars 251 forks source link

fixed nested thunk actions call #1215 #1216

Open eliseev-eag opened 4 years ago

eliseev-eag commented 4 years ago

Hi! Often I want to use my custom thunk actions that use react-redux-form thunk actions (for example push or merge) under the hood with LocalForm. But dispatch in Local Form doesn't allow using nested thunk action. This PR fix this issue

eliseev-eag commented 4 years ago

1215