Mark Avery

Results 296 comments of Mark Avery

I have been away from this add-on since before octane dropped, and it changed a number of internals so some things no longer work as expected. The earliest I could...

@skwai this probably is a known issue.. :/ you could try the `experimental` tag, or the actively developed branch in #300

@sunasra the plan is in place, but I am unable to set a firm timeline for when it will be in a stable release. I'm very sorry that this issue...

@Skwai @joefraley please try this with the latest 0.6.9 version and see if that fixes your issue. All your addons and app should be to this version or higher.

Ya. Template only components aren't currently working with this. The proposed change that is under development will be to use a`htmlbars-ast-plugin` transformation and wrap the template in a let block...

right now to do a "tagless" component with ECC, you have to set the `tagName` to `''` in the `component.js` file and then use `styleNamespace` in the template.

I know that isn't what a `template-only-glimmer-components` is, but until the new version is complete, that will be what you have to do.

ya. if you look in PR #300, you can see the template transform that does that. (i ended up just doing a string adjustment cause it’s always wrapping i don’t...

@BryanCrotaz I’m sorry that you are running into this issue. :/ I will release the new beta version soon where you should have access to the class.

how are you including the other style files you have imported? or do those get picked up automatically with broccoli-less?