Closed thomasboyt closed 8 years ago
https://github.com/thomasboyt/redux-happy-async/blob/master/src/asyncMiddleware.js#L10-L13
this re-renders before the success reducer is called meaning that if you naively do something like
if (loadingState.loaded) { // do something with loaded state }
it will not work
https://github.com/thomasboyt/redux-happy-async/blob/master/src/asyncMiddleware.js#L10-L13
this re-renders before the success reducer is called meaning that if you naively do something like
it will not work