Miroslav Braun
Miroslav Braun
I've encountered the same error. From what I've managed to see it is the bug in the `deepmerge` library. I have data structure like follows: ``` { list: [{ foo:...
@leuction Unfortunately no :( I disabled the default sync validation provided by the library as I don't need it at the moment. If you have time and will, you can...
If you're using [redux-thunk](https://github.com/gaearon/redux-thunk), there's a nice thing of dispatch returning whatever the thunk returns, so you can have your async action return promise, and use that promise in your...