mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
DEV: Unsilence this-property-fallback deprecation (#29855)
This one has the potential to be very noisy, so a special dedupliation handler is introduced. https://meta.discourse.org/t/337276
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
const DEPRECATION_WORKFLOW = [
|
||||
{
|
||||
handler: "silence",
|
||||
matchId: "ember-this-fallback.this-property-fallback",
|
||||
},
|
||||
{ handler: "silence", matchId: "discourse.select-kit" },
|
||||
{
|
||||
handler: "silence",
|
||||
|
Reference in New Issue
Block a user