Skip to content

Fix Unknown Custom Element gl-emoji Vue Warning from Performance Bar

What does this MR do and why?

I have noticed the following warning from Vue in my browser console:

[Vue warn]: Unknown custom element: <gl-emoji> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

This MR fixes the issue.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-04-24_at_3.54.07_PM Screenshot_2024-04-24_at_3.53.31_PM
Edited by Jason Goodman

Merge request reports