Merge pull request #13313 from backstage/rugvip/no-params

refactors to avoid using useParams where possible
This commit is contained in:
Patrik Oldsberg
2022-08-24 09:39:58 +02:00
committed by GitHub
9 changed files with 56 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-techdocs': patch
---
Internal refactor to use more type safe code when dealing with route parameters.