mainmatter / ember-cookies

Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-getowner-polyfill is deprecated

tsteuwer opened this issue · comments

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]

ember-cookies does not import from ember-getowner-polyfill. Instead if uses the polyfilled getOwner API.

commented

Then shouldn't it be removed from the dependencies?

https://github.com/simplabs/ember-cookies/blob/master/package.json#L24

No, this is still a polyfill that we need to support older Ember versions.