We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use of this addon triggers a deprecation warning (via ember-test-selectors).
mainmatter/ember-test-selectors#780
DEPRECATION: Reopening the Ember.Component super class itself is deprecated.
Great if would use v6.0.0 of ember-test-selectors or patch it away and stick to 5.x (see below).
mainmatter/ember-test-selectors#721
let app = new EmberAddon(defaults, { 'ember-test-selectors': { patchClassicComponent: false } });
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Use of this addon triggers a deprecation warning (via ember-test-selectors).
mainmatter/ember-test-selectors#780
Great if would use v6.0.0 of ember-test-selectors or patch it away and stick to 5.x (see below).
mainmatter/ember-test-selectors#721
The text was updated successfully, but these errors were encountered: