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
There is a bug in parsing html template literal - when html tag is a component reference and this component contains only text as children and text contains quote character, syntax error is thrown (Unexpected identifier) and no output produced.
There is a bug in parsing html template literal - when html tag is a component reference and this component contains only text as children and text contains quote character, syntax error is thrown (Unexpected identifier) and no output produced.
Try it (check console for error):
https://playground.solidjs.com/anonymous/4f2e6138-b426-48db-bf9d-0345a11dd16d
The text was updated successfully, but these errors were encountered: