-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Element helper always render a div. #45
Comments
I get the same error, both for rendering is (element) and your (-element) example. Running [email protected] |
Did you figure this out? What ember-source version are you using and are there anything notable about your app? This add-on is reasonably popular and there is CI testing all supported LTS versions as well as ember release/beta/canary, so it's probably something specific in your setup or interaction with other admins you are using. |
I just had to avoid this scenario of changing element tags completely and not use the addon. Using [email protected]. No idea how I would even go about diagnosing the other causes of this if it's not this. It is probably worth mentioning that everything else Octane works fine apart from this. |
Also seeing this:
|
Is this still happening? Over in ember-primitives, I'm effectively using dynamic element betweev |
My case:
This example does not work for me, it returns an exception
myComponent.hbs (glimmer)
result:
Should be
ember-cli 3.25.2
The text was updated successfully, but these errors were encountered: