ember-fastboot / ember-cli-fastboot

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

Replace implicit injection with a direct lookup #908

Closed chriskrycho closed 1 year ago

chriskrycho commented 1 year ago

This resolves the deprecation introduced in Ember v3.27, replacing the implicit injection with using a "normal" Owner.lookup in the service.

chriskrycho commented 1 year ago

Whoops, this is a duplicate of #905; let's land that instead!