Merge pull request #3839 from SapienTech/fix-sidebar-item-button-a11y
fix(core): `SidebarItem` with `onClick` renders an accessible button
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core': patch
|
||||
---
|
||||
|
||||
Fix issue where `SidebarItem` with `onClick` and without `to` renders an inaccessible div. It now renders a button.
|
||||
Reference in New Issue
Block a user