"static/src/js/debug_manager_xbus.esm.js" did not exist on "7571db57186c16b92fc07b667cad1a7447568432"

oury.balde
authored
Issue: An error occurred when `env._t` was invoked as a function within the `openXbusMessage` method: TypeError: env._t is not a function at openXbusMessage (debug_manager_xbus.js:33). Fix: Replaced the usage of `env._t` with the imported `_t` utility from `@web/core/l10n/translation`.