-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug] [Canary] {{@component}}
template compiler error
#19313
Comments
Thank you for reporting!!! |
@buschtoens - I believe this should have been fixed by #19317, the error was introduced by an Ember side AST transform. Can you double check? |
Sure! I've just installed the 9b9ec95 canary by updating the
The error still persists, but interestingly the message changed slightly. Now it's
Let me know, if there's any more info you need or whether I can do anything else to help. |
{{component.name}}
works with implicit this fallback in loose mode.
glimmerjs/glimmer-vm#1249
Should be fixed on #19320 lands. |
@buschtoens - Took me a minute in tracking this down due to a mismatch in what was actually running vs what seemed to be running. The original report was RE: |
omg 🤦🏼♂️ I'll verify, once the fix lands in canary. 😇 |
Now that the fix has landed, I've submitted ember-intl/ember-intl#1482 to reenable canary testing on ember-intl. |
🐞 Describe the Bug
It seems that, if a template includes
{{@component}}
, the latest Ember canary fails with this error:https://github.com/ember-learn/ember-cli-addon-docs/blob/master/addon/components/api/x-component/template.hbs#L1
🔬 Minimal Reproduction
https://github.com/ember-intl/ember-intl/runs/1571041877#step:5:80
🌍 Environment
The text was updated successfully, but these errors were encountered: