mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +08:00
DEV: Unsilence two ember deprecations (#20609)
Neither of these are triggered in the core test suite. Unsilence so that plugins/themes receive deprecation notices.
This commit is contained in:
parent
ec40693f89
commit
a99218677f
|
@ -14,13 +14,5 @@ globalThis.deprecationWorkflow.config = {
|
|||
{ handler: "silence", matchId: "this-property-fallback" },
|
||||
{ handler: "silence", matchId: "ember.globals-resolver" },
|
||||
{ handler: "silence", matchId: "globals-resolver" },
|
||||
{
|
||||
handler: "silence",
|
||||
matchId: "deprecated-run-loop-and-computed-dot-access",
|
||||
},
|
||||
{
|
||||
handler: "silence",
|
||||
matchId: "ember.built-in-components.legacy-arguments",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user