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
At https://svelte.dev/docs#svelte_options the tag signature is:
<svelte:options option={value}>
but using it like that gives a Block was left open error.
Block was left open
The text was updated successfully, but these errors were encountered:
Fixes #3061
bd397f5
Use consistent tag closing for <svelte:*> elements
cce24b0
0b83687
Successfully merging a pull request may close this issue.
At https://svelte.dev/docs#svelte_options the tag signature is:
<svelte:options option={value}>
but using it like that gives a
Block was left open
error.The text was updated successfully, but these errors were encountered: