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
Oh! Another problem is, Prettier automatically changes </> to </${For}>. Heh.
trusktr
changed the title
[lit-dom-expressions] closing tag with component renders extra ">" character in output
[html] closing tag with component renders extra ">" character in output
Aug 9, 2023
This
html
template markup,renders a ">" character at the end.
Demo:
https://playground.solidjs.com/?hash=149145402&version=1.4.1
The component seems to work fine, apart from the extra character output into the DOM.
It was a human brain mistake, I forgot that the closing tag should be
</>
which works fine,https://playground.solidjs.com/?hash=-1483155291&version=1.4.1
although the
</${For}>
closing tag should probably just work too.The workaround is easy though.
The text was updated successfully, but these errors were encountered: