You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
nitrogenous
added
Type: Bug
Issue contains a defect related to a specific component.
Core Team
Issue or pull request has been *opened* by a member of Core Team
labels
Feb 9, 2024
When we add an ID to menu item it's no longer supporting focus optins.
const menubarItems = [
{
label: 'File',
icon: 'fal fa-file',
id: 'test',
},
{
label: 'View',
icon: 'far fa-magnifying-glass',
},
];
The text was updated successfully, but these errors were encountered: