I have this deprecation-workflow.js:
import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow';
setupDeprecationWorkflow({
workflow: [
{
handler: "silence",
matchId: "template-action"
},
{
handler: "silence",
matchId: "new-helper-names"
},
{
handler: "silence",
matchId: 'deprecate-array-prototype-extensions' // Not working, maybe related to https://github.com/ember-cli/ember-cli-deprecation-workflow/issues/134 ?
}
]
});
The deprecation warning still appears:
