-
-
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
Angle Bracket Invocation allows implicit this with paths #16712
Comments
The RFC's reasoning seemed to be about avoiding costly Specifically, I think that it may make more sense to limit the explicit @chancancode - What do you think? |
Chatted with @chancancode, the RFC's language was intentional. glimmerjs/glimmer-vm#827 should fix this for us once released. |
@rwjblue closing for now, that should have been released by now, correct? |
Ya, perfect |
Per the angle bracket invocation RFC using a path for invocation should not use “implicit this” fallback.
Specifically, the following should not render a curried component at
this.foo.bar
:<foo.bar />
The text was updated successfully, but these errors were encountered: