mainmatter/ember-test-selectors

Deprecation use of Reopening the Ember.Component super class

makannew opened this issue · 1 comments

Bellow deprecation warning appears on console:

"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. [deprecation id: ember.component.reopen]"

see #709, this has been fixed in v5.3.0 with a config option, and fully fixed in v6.0.0