-
-
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
Component positional params don't update when used with the component helper #13158
Comments
This works properly in the glimmer implementation but not HTMLBars or it doesn't work in either case? |
I don't believe positional params have been implemented in glimmer yet
|
From #13127: |
@GavinJoyce I'm curious in the twiddle example regarding using |
@pixelhandler thanks, my mistake. I've updated the twiddle, the bug is still present. I'll update the tests in ember.js too, they currently do TODO:
|
@Serabe can you review? |
Yes. A quick test shows that for rest pos params it only updates for the first one (😲). I'm working on other parts of positional parameters, so I'll take a look while at it. |
Updates positional parameters when component is invoked with the component helper. Uncomments the test, as asked in emberjs#13158.
Updates positional parameters when component is invoked with the component helper. Uncomments the test, as asked in emberjs#13158.
I came across this when porting component helper tests to Glimmer2.
Twiddle: https://ember-twiddle.com/8bd17b5f64fdf1f400d8
When this is fixed, please uncomment https://github.com/emberjs/ember.js/pull/13140/files#r56916691
The text was updated successfully, but these errors were encountered: