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
Hi,
Thanks you so much for you work ❤️ On the demo website, I wanted to see which errors will popup if I submit an empty form for a new article.
When I do that the Publish Article button become disabled and never become enable. I also notice in the console that a promise exception was uncaught.
Uncaught (in promise) Error: Request failed with status code 422
Certainly that the submit function didn't catch the promise and show errors.
If you want to reproduce, go to https://next-realworld.now.sh/editor/new login then submit the form without filling anything.
If you need more information feel free to ask :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks you so much for you work ❤️
On the demo website, I wanted to see which errors will popup if I submit an empty form for a new article.
When I do that the Publish Article button become disabled and never become enable.
I also notice in the console that a promise exception was uncaught.
Certainly that the submit function didn't catch the promise and show errors.
If you want to reproduce, go to https://next-realworld.now.sh/editor/new login then submit the form without filling anything.
If you need more information feel free to ask :)
The text was updated successfully, but these errors were encountered: