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
{{yield}}
If a {{yield}} tag is preceded by a DOM element, the compiler throws an exception here. child._state is undefined.
child._state
Attempting to compile this, for example, will trigger the exception:
<div></div> {{yield}}
It doesn't happen with e.g. <div>{{yield}}</div>.
<div>{{yield}}</div>
This wasn't happening before 1.18.0, so it's likely caused by the change to use fewer anchors.
The text was updated successfully, but these errors were encountered:
fix for #524
11d8698
Merge pull request #527 from sveltejs/gh-524
ae75bef
fixed in 1.18.1
Sorry, something went wrong.
No branches or pull requests
If a
{{yield}}
tag is preceded by a DOM element, the compiler throws an exception here.child._state
is undefined.Attempting to compile this, for example, will trigger the exception:
It doesn't happen with e.g.
<div>{{yield}}</div>
.This wasn't happening before 1.18.0, so it's likely caused by the change to use fewer anchors.
The text was updated successfully, but these errors were encountered: