ember-fastboot/ember-cli-fastboot

Use of Ember global triggers deprecation / fails for Ember 4

simonihmig opened this issue · 3 comments

Direct access of the Ember global here triggers a deprecation in latest Ember versions (3.27+)

Thank you for reporting!

What would be the path to remove the Ember global usage here?

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.