ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
852 stars 160 forks source link

Use of Ember global triggers deprecation / fails for Ember 4 #827

Closed simonihmig closed 2 years ago

simonihmig commented 3 years ago

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

rwjblue commented 3 years ago

Thank you for reporting!

josemarluedke commented 2 years ago

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

mixonic commented 2 years ago

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.