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
event.preventDefault
onSubmit
Many students run into the issue of forgetting to use event.preventDefault in their onSubmit, leading to longer debugging sessions
Since we teach to always prevent the default and manually handle the form submission using fetch, we can warn on this
fetch
The text was updated successfully, but these errors were encountered:
<button>
Link
sessionToken
Done in https://github.com/upleveled/eslint-plugin-upleveled/releases/tag/v2.1.0 and https://github.com/upleveled/eslint-config-upleveled/releases/tag/v2.3.0
Sorry, something went wrong.
karlhorky
No branches or pull requests
Many students run into the issue of forgetting to use
event.preventDefault
in their onSubmit, leading to longer debugging sessionsSince we teach to always prevent the default and manually handle the form submission using
fetch
, we can warn on thisThe text was updated successfully, but these errors were encountered: