DEV: Enable admin notice for the Glimmer header warnings (#27479)

This commit is contained in:
Sérgio Saquetim 2024-06-20 14:22:05 -03:00 committed by GitHub
parent ba7215b3c2
commit a67bb749a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,8 @@ import I18n from "discourse-i18n";
export const CRITICAL_DEPRECATIONS = [
/^discourse.modal-controllers$/,
/^discourse.bootbox$/,
/^discourse.add-header-panel$/,
/^discourse.header-widget-overrides$/,
/^(?!discourse\.)/, // All unsilenced ember deprecations
];