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

DEPRECATION: Usage of the Ember Global is deprecated. #709

Closed
Turbo87 opened this issue May 12, 2021 · 1 comment · Fixed by #764
Closed

DEPRECATION: Usage of the Ember Global is deprecated. #709

Turbo87 opened this issue May 12, 2021 · 1 comment · Fixed by #764

Comments

@Turbo87
Copy link
Collaborator

Turbo87 commented May 12, 2021

https://github.com/simplabs/ember-test-selectors/blob/v5.1.0/vendor/ember-test-selectors/patch-component.js#L6 is using the Ember global, which is deprecated now.

We might want to consider dropping support for this automatic attribute binding, since it is no longer necessary with Angle Bracket Component Syntax.

@Turbo87
Copy link
Collaborator Author

Turbo87 commented May 12, 2021

the same codepath seems to also trigger another deprecation warning:

DEPRECATION: Reopening the Ember.Component super class itself is deprecated. Consider alternatives such as installing event listeners on the document or add the customizations to specific subclasses.

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

Successfully merging a pull request may close this issue.

1 participant