
These deprecations are no longer being triggered by the application (as far as I can tell).
7 lines
276 B
JavaScript
7 lines
276 B
JavaScript
window.deprecationWorkflow = window.deprecationWorkflow || {};
|
|
window.deprecationWorkflow.config = {
|
|
workflow: [
|
|
{ handler: "silence", matchMessage: "Using `ApplicationInstance.container.lookup` is deprecated. Please use `ApplicationInstance.lookup` instead." },
|
|
]
|
|
};
|