You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{template example2 kind="html<div>"}
<{example3()}></> // Element composition call
{/template}
Right now there is a parsing error on </>: Closing tag matches nothing.
FWIW, this error might be coming from the underlying (IntelliJ) HTML template data language. No parsing error is reported if the composition tag is closed with </{}>, but that's not valid soy.
The text was updated successfully, but these errors were encountered:
https://github.com/google/closure-templates/blob/master/documentation/reference/element-composition.md
Right now there is a parsing error on
</>
:Closing tag matches nothing
.FWIW, this error might be coming from the underlying (IntelliJ) HTML template data language. No parsing error is reported if the composition tag is closed with
</{}>
, but that's not valid soy.The text was updated successfully, but these errors were encountered: