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
Regression in 1.23.0:
{{#each [] as thing}} <p>{{thing}}</p> {{else}} <p>no things</p> {{/each}}
Causes this error:
Failed to execute 'insertBefore' on 'Node': parameter 1 is not of type 'Node'.
The text was updated successfully, but these errors were encountered:
fix each-else blocks that are empty on initial render (#662)
dcb905a
Merge pull request #663 from sveltejs/gh-662
7b9ea71
fix each-else blocks that are empty on initial render
No branches or pull requests
Regression in 1.23.0:
Causes this error:
The text was updated successfully, but these errors were encountered: