-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support template-only-glimmer-components optional feature #98
Comments
Discard this, I had a problem with my configuration. |
@karellm It actually wouldn't surprise me at all if ECM doesn't work with that feature turned on (or, more likely, if it interferes with that feature because of this logic). If it is a problem, I'm not positive we'll be able to fix it until module unification lands, but I'll keep an eye on things. Please let me know if you run into any issues! |
@dfreeman Thanks for taking the time to check this. |
It appears this bug should be reopened. I just did some testing with a basic Ember 3.1-beta.5 app. Removing the application template wrapper appears to work just fine, but template-only components silently fail and the wrapper I am using the latest 3.1 beta versions of ember and ember-cli
Steps to reproduce
|
Yep, that's the issue I was expecting to see—thanks for confirming @mswanson! The short version is that ECM relies on having a component class defined, so it does the equivalent of creating a I'll reopen this, but I may not have a chance to investigate what the options are in the near future. If anyone's interested in taking a look, though, I'm happy to point you toward what I do know! |
@dfreeman I can try to take a look. I am expecting my first kid in the next few weeks so i'm not gonna be sleeping anyway! 😄 |
@mswanson Sorry, I totally lost track of this issue — I hope parenthood is treating you well! If you do find yourself with some spare time at some point, feel free to ping me here or in Slack and I can talk you through what I know. |
I was playing with Ember 3.1 and saw a move from
innerHTML
toouterHTML
(see here). From my quick tests, it doesn't seem to play nice withember-css-modules
.The text was updated successfully, but these errors were encountered: