Open
Description
My case:
This example does not work for me, it returns an exception
'The `element` helper polyfill encountered an unexpected error. ' +
'Please report the issue at http://github.com/tildeio/ember-element-helper ' +
'with the usage and conditions that caused this error.'
myComponent.hbs (glimmer)
result:
<div id="ember-#" ...>
I Want to be a span
</div>
Should be
<span id="ember-#" ....>
I Want to be a span
</span>
ember-cli 3.25.2
Metadata
Metadata
Assignees
Labels
No labels
Activity