We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c9abc commit 6ad46ceCopy full SHA for 6ad46ce
1 file changed
config/deprecation-workflow.js
@@ -5,6 +5,8 @@ self.deprecationWorkflow.config = {
5
{ handler: "silence", matchId: "ember-runtime.deprecate-copy-copyable" },
6
{ handler: "silence", matchId: "ember-polyfills.deprecate-merge" },
7
{ handler: "silence", matchId: "ember-data:method-calls-on-destroyed-store" },
8
- { handler: "silence", matchId: "ember-component.send-action" }
+ { handler: "silence", matchId: "ember-component.send-action" },
9
+ { handler: "silence", matchId: "ember-views.curly-components.jquery-element" },
10
+ { handler: "silence", matchId: "ember-test-helpers.rendering-context.jquery-element" }
11
]
12
};
0 commit comments