You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: