Skip to content

Commit 55f98d2

Browse files
Gaurav0sivakumar-kailasam
authored andcommitted
flush deprecations
1 parent addeea9 commit 55f98d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/deprecation-workflow.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
self.deprecationWorkflow = self.deprecationWorkflow || {};
22
self.deprecationWorkflow.config = {
33
workflow: [
4-
{ handler: "throw", matchId: "computed-property.override" }
4+
{ handler: "silence", matchId: "ember.globals-resolver" },
5+
{ handler: "silence", matchId: "ember-component.is-visible" }
56
]
67
};

0 commit comments

Comments
 (0)