ember-getowner-polyfill is deprecated
tsteuwer opened this issue · comments
Troy commented
DEPRECATION: ember-getowner-polyfill is now a true polyfill. Use Ember.getOwner directly instead of importing from ember-getowner-polyfill [deprecation id: ember-getowner-polyfill.import]
Marco Otte-Witte commented
ember-cookies does not import from ember-getowner-polyfill
. Instead if uses the polyfilled getOwner
API.
Troy commented
Then shouldn't it be removed from the dependencies?
https://github.com/simplabs/ember-cookies/blob/master/package.json#L24
Marco Otte-Witte commented
No, this is still a polyfill that we need to support older Ember versions.