Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ember-polyfills.deprecate-assign deprication in Ember 4.4 #2426

Closed
usamahamed opened this issue Jun 22, 2022 · 2 comments
Closed

ember-polyfills.deprecate-assign deprication in Ember 4.4 #2426

usamahamed opened this issue Jun 22, 2022 · 2 comments

Comments

@usamahamed
Copy link

I am currently upgrading Ember version to 4.4 and now i get this depreciation with id ember-polyfills.deprecate-assign

Seems it comes from ember-simple-auth/addon/utils/assign.js

More info: https://deprecations.emberjs.com/v4.x/

versions
ember-simple-auth: 4.2.2
ember-source and ember-cli: 4.4.0
npm: 16.14.0
node: 8.3.1

@BobrImperator
Copy link
Collaborator

In 4.2.0 we've released a fix for that which should use Object.assign instead of the polyfill when available.

Is the deprecation happening inside some older browser by any chance?

@usamahamed
Copy link
Author

@BobrImperator You're right, looks like it was because of this issue ember-cli/ember-fetch#707

Sorry for my late reply, vacations time 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants