react-redux-form
react-redux-form copied to clipboard
fixed nested thunk actions call #1215
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
#1215