Errors are being uncaught when using with redux-form
zomars opened this issue · 3 comments
zomars commented
The form still works, but when I get an error the browser logs an Uncaught (in promise) {_error: "Contraseña invalida"} error.
This seems because the error is not being catched with a .catch() function, I could be wrong tho.
Sorry if I'm being oblivious but I'm still wrapping my head in some of these concepts.
Any guidance would be greatly appreciated.
zomars commented
I've tried to make a minimal test case: https://codesandbox.io/s/qqwn5vn1rj
zomars commented
I've updated the test case, to post to a fake server and I can replicate the Uncaught (in promise) error.
zomars commented
I've made a workaround: https://codesandbox.io/s/7znyol6p2j