Closed ArnaudRinquin closed 7 years ago
In the original issue (#10), I suggested two options but it turns out that the first one can't be used without breaking the start step in which the original action payload is sent. Only the option 2, action.meta.promise is possible.
start
payload
action.meta.promise
Closing for the reasons mentioned in #10
Thank you so much for opening up a PR though!
In the original issue (#10), I suggested two options but it turns out that the first one can't be used without breaking the
start
step in which the original actionpayload
is sent. Only the option 2,action.meta.promise
is possible.