-
Notifications
You must be signed in to change notification settings - Fork 115
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
Doesn’t work with angle-bracket components #61
Comments
I guess we’ll come back to this when angle-bracket components re-land in a beta. I might have time to take a look at it then. |
@andrewbranch I'm using angle brackets and it works fine. It doesn't work however when building for production. |
This is not a thing anymore. Support for angle brackets was removed shortly after I filed. |
@andrewbranch @ebryn Angle brackets is landed in Ember 3.3. Should we reopen this issue? RFC PR is here: emberjs/rfcs#311 |
+1 sounds good to support angle brackets! |
does anyone have any clues as to why it’s not working? or a simple repro app..? |
#57 relates the issue:
Unfortunately, I don't find any public documentation about Any clue? |
I want to help. Anyone have an idea where to get started here? |
Same one here. We have to check out the ember-octane and particularly the @glimmer/component to ensure the compatibility. Unfortunately, I am not fully familiar - yet - with those packages. Feel free to share every clue you have, I would help you. |
@tleperou Actually, just tried, and it looks like this is already working with Note: I'm running Ember |
closing then on @jasonworden comments. If it ends up being not the case, feel free to reopen @tleperou |
How did you access the style namespace? I've tried:
Neither of them produce a class attribute |
{{my-component}}
works like a charm but<my-component />
doesn’t get the hashed identifier class added.The text was updated successfully, but these errors were encountered: