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
We error on this...
{#snippet a(b)} {b} {/snippet} {@render a(...[1])}
...but not this:
{#snippet a(...b)} {b[0]} {/snippet} {@render a(1)}
Instead, it fails cryptically at runtime.
see above
No response
next
annoyance
The text was updated successfully, but these errors were encountered:
Can't svelte allow snippets to fully support rest params?
Sorry, something went wrong.
Perhaps at some point. There's an issue for it post-5.0 - #11178
fix: error on snippet rest parameters
45c7e64
closes #12464
3c3a542
Successfully merging a pull request may close this issue.
Describe the bug
We error on this...
...but not this:
Instead, it fails cryptically at runtime.
Reproduction
see above
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: