diff --git a/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js b/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js index b99cb72c443..228d9073ab4 100644 --- a/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js +++ b/app/assets/javascripts/discourse/app/services/deprecation-warning-handler.js @@ -32,6 +32,7 @@ export const CRITICAL_DEPRECATIONS = [ "discourse.qunit.acceptance-function", "discourse.qunit.global-exists", "discourse.post-stream.trigger-new-post", + "discourse.hbr-topic-list-overrides", ]; if (DEBUG) {