You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I comment the following like so /*if (!_fluxStandardAction.isFSA(action)) { return isPromise(action) ? action.then(dispatch) : next(action); } */
it works. This is from what I've pulled from npm, version 0.5.1. In the current repo it looks like the import for FSA has been changed to import the method directly however. That shouldn't make a difference though.
I'm not sure why this happens, but essentially inside my reducer I receive correct expected data when my action returns:
and I receive unresolved promise if I add another item to action, like so
I need to pass index, in order to know which array item to update
The text was updated successfully, but these errors were encountered: