Use of Ember global triggers deprecation / fails for Ember 4
simonihmig opened this issue · 3 comments
simonihmig commented
Direct access of the Ember global here triggers a deprecation in latest Ember versions (3.27+)
rwjblue commented
Thank you for reporting!
josemarluedke commented
What would be the path to remove the Ember global usage here?
mixonic commented
In theory the approach I'm using at https://github.com/emberjs/ember.js/pull/19678/files#r675555766 can be applied here. I'm not sure how undesirable that is.