Merge pull request #10667 from backstage/rugvip/collectrefactor

core-app-api: route collection refactoring in preparation for react-router changes
This commit is contained in:
Patrik Oldsberg
2022-04-12 14:46:35 +02:00
committed by GitHub
6 changed files with 182 additions and 202 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': patch
---
Refactored the route collection logic to prepare for future changes and avoid duplicate element tree traversal for the analytics context.