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
Describe the bug
Compiler fails with "can't access property 0" on a simple component.
To Reproduce
https://svelte.dev/repl/a515de653a5b486fb1c0c42140650408?version=3.23.2
Expected behavior Not crashing
Severity Annoying at most
The text was updated successfully, but these errors were encountered:
Accessing this inside an arrow function isn't a great idea anyway, but yeah this shouldn't crash the compiler.
this
edit: Oh I see it happens with a function () {} expression as well.
function () {}
Sorry, something went wrong.
This is fixed in 3.24.0 - https://svelte.dev/repl/a515de653a5b486fb1c0c42140650408?version=3.24.0
Successfully merging a pull request may close this issue.
Describe the bug
Compiler fails with "can't access property 0" on a simple component.
To Reproduce
https://svelte.dev/repl/a515de653a5b486fb1c0c42140650408?version=3.23.2
Expected behavior
Not crashing
Severity
Annoying at most
The text was updated successfully, but these errors were encountered: