ember-fastboot / ember-cli-fastboot

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

Drop implicit injection #914

Closed ef4 closed 1 year ago

ef4 commented 1 year ago

This is removed at Ember 5, and it wasn't even doing anything because the consuming side of this was already refactored to use owner.lookup instead.

nlfurniss commented 1 year ago

See https://github.com/ember-fastboot/ember-cli-fastboot/pull/905

mansona commented 1 year ago

Fixed in #905