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
Transpilation with Decaffeinate seems to have broken the context handling in {{#each}} loops. The context for {{b}} in all the iterations seems to be the last item in the array. This wasn't caught with any of the tests, which all still run succesfully.
Transpilation with Decaffeinate seems to have broken the context handling in
{{#each}}
loops. The context for{{b}}
in all the iterations seems to be the last item in the array. This wasn't caught with any of the tests, which all still run succesfully.For example, with a viewmodel:
...and a template:
...clicking on all of the buttons (Log fooLog barLog biz) always logs
biz
.Pinging @ManuelDeLeon with high hopes 🤞
The text was updated successfully, but these errors were encountered: