mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:23:38 +08:00
DEV: Remove deprecation config for ember-modifier (#19439)
These deprecation messages were removed in 4.x, which we upgraded to in 2e22453057
This commit is contained in:
parent
2e22453057
commit
e540c4584b
|
@ -23,29 +23,5 @@ globalThis.deprecationWorkflow.config = {
|
|||
handler: "silence",
|
||||
matchId: "ember.built-in-components.legacy-arguments",
|
||||
},
|
||||
{
|
||||
handler: "throw",
|
||||
matchId: "ember-modifier.use-modify",
|
||||
},
|
||||
{
|
||||
handler: "throw",
|
||||
matchId: "ember-modifier.use-destroyables",
|
||||
},
|
||||
{
|
||||
handler: "throw",
|
||||
matchId: "ember-modifier.no-args-property",
|
||||
},
|
||||
{
|
||||
handler: "throw",
|
||||
matchId: "ember-modifier.no-element-property",
|
||||
},
|
||||
{
|
||||
handler: "throw",
|
||||
matchId: "ember-modifier.function-based-options",
|
||||
},
|
||||
{
|
||||
handler: "throw",
|
||||
matchId: "ember-modifier.function-based-options",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user