Merge pull request #3826 from backstage/mob/br

core-api: add BackstageRoutes
This commit is contained in:
Patrik Oldsberg
2020-12-23 14:43:14 +01:00
committed by GitHub
3 changed files with 85 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core-api': patch
'@backstage/core': patch
---
Add `BackstageRoutes` component to replace the top-level `Routes` component from `react-router` within apps, removing the need for manually appending `/*` to paths or sorting routes.