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
Everything in onsubmit gets “eaten” on every save when using Emojis!
onsubmit
npm init astro
src/components/Card.astro
→
<form onsubmit="event.preventDefault()"></form>
The text was updated successfully, but these errors were encountered:
This particular issue has been fixed by #681, however there still seems to be some mapping problems when using multiple-bytes characters like emojis
Sorry, something went wrong.
Closing in favour of #862, since this issue was dedicated to another issue that has been fixed.
No branches or pull requests
Describe the Bug
Everything in
onsubmit
gets “eaten” on every save when using Emojis!Steps to Reproduce
npm init astro
using sample files, typescript strict onsrc/components/Card.astro
replace→
with an Emoji (example: 🌕)<form onsubmit="event.preventDefault()"></form>
after the a tagonsubmit
gets “eaten” on every save!The text was updated successfully, but these errors were encountered: