Use <Progress> instead of <LinearProgress /> in combination with Suspense

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-11-02 10:00:10 +01:00
parent 7e5bd18cf7
commit e849f9cc0a
3 changed files with 17 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-circleci': patch
'@backstage/plugin-github-actions': patch
---
Use `<Progress>` instead of `<LinearProgress />` in combination with `Suspense`.