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
while working on a private project I came across an strange error, so I simplified the code which will reproduce it, anyways it makes no sense to me.
The problem only exists when using <script type="text/x-template">.
Replacing the <script> tag with a <template> tag makes both versions work again, same applies if I dont use a template at all e.g. use a custom element component.