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
REPL. If the await block is wrapped in an element, it works fine, but not as the direct child of a component.
await
The text was updated successfully, but these errors were encountered:
allow await blocks in slots - fixes #1014
8c7e5b7
Merge pull request #1018 from sveltejs/gh-1014
b252e33
allow await blocks in slots
Sync svelte docs (sveltejs#1014)
svelte
8b63b6e
sync svelte docs Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
Successfully merging a pull request may close this issue.
REPL. If the
await
block is wrapped in an element, it works fine, but not as the direct child of a component.The text was updated successfully, but these errors were encountered: