DEV: Unsilence and resolve setting-on-hash deprecation (#20611)
Select-kit was mutating a passed-in options hash to apply its own deprecations. This commit updates it to apply deprecated changes to the downstream `this.selectKit.options` object instead.
This commit is contained in:
@@ -10,7 +10,6 @@ globalThis.deprecationWorkflow.config = {
|
||||
{ handler: "silence", matchId: "route-render-template" },
|
||||
{ handler: "silence", matchId: "routing.transition-methods" },
|
||||
{ handler: "silence", matchId: "route-disconnect-outlet" },
|
||||
{ handler: "silence", matchId: "setting-on-hash" },
|
||||
{ handler: "silence", matchId: "this-property-fallback" },
|
||||
{ handler: "silence", matchId: "ember.globals-resolver" },
|
||||
{ handler: "silence", matchId: "globals-resolver" },
|
||||
|
||||
Reference in New Issue
Block a user