tracked-tools / tracked-built-ins

Tracked versions of JavaScript's built-in classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrackedSet not propagating change notifications correctly for `#each` template helper

mwpastore opened this issue · comments

I have a TrackedSet and some actions to add and remove elements. The #each template helper shows the initial contents of the TrackedSet, but does not seem to reflect any changes. Oddly enough, #each-in works great (the "key" is the index).

It's not clear to me whether or not this is something that is supposed to work, but it'd be cooler if it did. Ember 3.15.0, tracked-built-ins 0.2.0.

This has been fixed in v1.0.0 😄

Fantastic! Thank you!