Deprecated use of Ember global
gitKrystan opened this issue · 2 comments
gitKrystan commented
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.
pzuraq commented
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.
chriskrycho commented
Fixed via v2.0.0!