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.
If a
{{yield}}tag is preceded by a DOM element, the compiler throws an exception here.child._stateis 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.