We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The form still works, but when I get an error the browser logs an Uncaught (in promise) {_error: "Contraseña invalida"} error.
Uncaught (in promise) {_error: "Contraseña invalida"}
This seems because the error is not being catched with a .catch() function, I could be wrong tho.
.catch()
Sorry if I'm being oblivious but I'm still wrapping my head in some of these concepts.
Any guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I've tried to make a minimal test case: https://codesandbox.io/s/qqwn5vn1rj
Sorry, something went wrong.
I've updated the test case, to post to a fake server and I can replicate the Uncaught (in promise) error.
Uncaught (in promise)
I've made a workaround: https://codesandbox.io/s/7znyol6p2j
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: