mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 10:52:45 +08:00
DEV: Enable admin notice for the Glimmer header warnings (#27479)
This commit is contained in:
parent
ba7215b3c2
commit
a67bb749a4
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user