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
Hi, it seems the - shorthand for hidden elements messes with the parsing of custom elements, making them impossible to use : <custom-elem></custom-elem> renders as <custom style="display:none"></custom>.
I would gladly submit a pull request but I've been struggling to find when this parsing actually occurs in the rendering process.
The text was updated successfully, but these errors were encountered:
Hi, it seems the
-
shorthand for hidden elements messes with the parsing of custom elements, making them impossible to use :<custom-elem></custom-elem>
renders as<custom style="display:none"></custom>
.I would gladly submit a pull request but I've been struggling to find when this parsing actually occurs in the rendering process.
The text was updated successfully, but these errors were encountered: