embermap / ember-data-storefront

A collection of APIs that address common data-loading issues.
https://embermap.github.io/ember-data-storefront/
MIT License
138 stars 31 forks source link

Remove implicit injection #485

Open locks opened 2 years ago

locks commented 2 years ago

This addon is using a deprecated functionality in the inject-storefront which causes problems in Ember 4.0. The path forward here is to remove the instance initializer and have the users explicitly inject the service as necessary.

Context: