tracked-tools / tracked-built-ins

Tracked versions of JavaScript's built-in classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated use of Ember global

gitKrystan opened this issue · comments

We are running into the Ember Global deprecation using tracked-built-ins.

#98 resolves this issue in this package, but is not yet released.

tracked-tools/tracked-maps-and-sets#80 needs to be resolved as well.

tracked-maps-and-sets has been updated and a new major version has been released. I could use help updating this library as well, for reference anyone who wants to take this on can look at this PR in tracked-maps-and-sets: tracked-tools/tracked-maps-and-sets#103

The updates in this lib will be pretty similar conceptually, essentially rather than using notifyPropertyChange in any way we can now just manually create, entangle, and notify storages when values change.

Fixed via v2.0.0!