We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63165d4 + 1cf139f commit b0e3a7dCopy full SHA for b0e3a7d
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