We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63165d4 commit 1cf139fCopy full SHA for 1cf139f
config/deprecation-workflow.js
@@ -3,5 +3,7 @@ self.deprecationWorkflow.config = {
3
workflow: [
4
{ handler: 'silence', matchId: 'ember.globals-resolver' },
5
{ handler: 'silence', matchId: 'ember-component.is-visible' },
6
+ { handler: 'silence', matchId: 'manager-capabilities.modifiers-3-13' },
7
+ { handler: 'silence', matchId: 'this-property-fallback' },
8
],
9
};
0 commit comments