Main component JS ignored
Closed this issue · 2 comments
asakusuma commented
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
pittst3r commented
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.
asakusuma commented
I see, good to know, thanks.