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:
Ben Lambert
2021-01-11 13:42:09 +01:00
committed by GitHub
3 changed files with 152 additions and 78 deletions
+5
View File
@@ -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.