mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:56:50 +08:00
DEV: Remove transition-methods
deprecation (#22673)
All https://deprecations.emberjs.com/v3.x/#toc_routing-transition-methods deprecations have been resolved.
This commit is contained in:
parent
72edb7270c
commit
bd88b7d6c4
|
@ -4,7 +4,6 @@ globalThis.deprecationWorkflow.config = {
|
|||
// `throwOnUnhandled` here since it is easier to toggle.
|
||||
workflow: [
|
||||
{ handler: "silence", matchId: "route-render-template" },
|
||||
{ handler: "silence", matchId: "routing.transition-methods" },
|
||||
{ handler: "silence", matchId: "route-disconnect-outlet" },
|
||||
{ handler: "silence", matchId: "this-property-fallback" },
|
||||
{ handler: "silence", matchId: "discourse.select-kit" },
|
||||
|
|
Loading…
Reference in New Issue
Block a user