fix(core): SidebarItem without to prop renders accessible button

This commit is contained in:
Dylan Jeffers
2020-12-22 23:14:31 -08:00
parent 8509fc2ff3
commit 265a7ab308
3 changed files with 153 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.