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
I'm not sure how we did this before in HTMLBars, but when you go from foo=(action 'foo') and pass it to child as fooAction and that child tries to call it as this.attrs.fooAction, it will be a MutableCell and not the actual closure action.
The text was updated successfully, but these errors were encountered:
Repro:
https://ember-twiddle.com/1be97289c3f77efac3ac851a22626595?openFiles=templates.application.hbs%2Ctemplates.components.my-middleman.hbs
I'm not sure how we did this before in HTMLBars, but when you go from
foo=(action 'foo')
and pass it to child asfooAction
and that child tries to call it asthis.attrs.fooAction
, it will be aMutableCell
and not the actual closure action.The text was updated successfully, but these errors were encountered: