colinbate / redux-form-submit-saga

Handles redux-form submissions using redux-saga
MIT License
61 stars 12 forks source link

Wrap error payload if needed #18

Open outdooricon opened 6 years ago

outdooricon commented 6 years ago

It can be really unclear that redux-form needs the payload setup in a certain way for the failure case to properly pass down the error. It would be really nice when the payload was not peroprly formatted, that this would change it for you.

outdooricon commented 6 years ago

@colinbate Any thoughts on this? We find this lib very useful but this has been a big pain point for us

montogeek commented 5 years ago

@outdooricon Are you using something different these days?

outdooricon commented 5 years ago

No, still using this