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
Currently, the compiler will accept let: directive on any element, no matter if it makes sense or not.
let:
https://svelte.dev/repl/2a03fe9cfbd843aab96aa13e225dbfcc?version=3.44.3
No response
N/A
annoyance
The text was updated successfully, but these errors were encountered:
Yep, basically the main issue in #7084
But I think the compiler shouldn't compile let:value without slot, so I think this is a valid issue.
Sorry, something went wrong.
In Svelte 5, slots are superseded by snippets, so it's not worth investing any more effort into validation around slots — will close this
No branches or pull requests
Describe the bug
Currently, the compiler will accept
let:
directive on any element, no matter if it makes sense or not.Reproduction
https://svelte.dev/repl/2a03fe9cfbd843aab96aa13e225dbfcc?version=3.44.3
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: