glimmerjs/glimmer-application

Main component JS ignored

Closed this issue · 2 comments

Tried adding a backing js component to the main component. It seems to be ignored. I'm guessing the component needs to be created in application.render()?

Repro hello-world branch: https://github.com/asakusuma/hello-glimmer/tree/main-component-bug

Yeah, that's not a thing, at least right now. The entry point is merely a template–without a backing component class–where you would invoke your root component.

I see, good to know, thanks.