-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
My case:
This example does not work for me, it returns an exception
{{#let (element 'span') as |Tag|}}
<Tag class="my-tag">hello world!</Tag>
{{/let}}
'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)
{{#let (component (-element 'span')) as |Tag|}}
<Tag >I Want to be a span</Tag>
{{/let}}
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
wynnerd and max-konin
Metadata
Metadata
Assignees
Labels
No labels