redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

removed FSA check, which was causing the promise to not resolve when … #29

Closed ssilve1989 closed 6 years ago

ssilve1989 commented 8 years ago

…more than 2 (type, payload) properties were passed from an action to a reducer.

JaKXz commented 6 years ago

This library is meant to work with FSA-compliant actions, sorry [for the very slow reply].