You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glimmer doesn't seem to support inlining component templates. I've tried
importComponentfrom'@glimmer/component';importhbsfrom'@glimmer/inline-precompile';exportdefaultclassWelcomeextendsComponent{layout=hbs`<div><h1>Welcome to Glimmer!</h1></div>`}
and variants thereon.
The issue seems to be that the rendering environment doesn't have access to the component instance, so it can't look up the compiled template. This will likely require coordination between this project and glimmerjs/glimmer.js.
The text was updated successfully, but these errors were encountered:
Glimmer doesn't seem to support inlining component templates. I've tried
and variants thereon.
The issue seems to be that the rendering environment doesn't have access to the component instance, so it can't look up the compiled template. This will likely require coordination between this project and glimmerjs/glimmer.js.
The text was updated successfully, but these errors were encountered: