Merge pull request #5508 from SDA-SE/feat/fix-asyncapi

Resolve issues with AsyncAPI rendering
This commit is contained in:
Oliver Sand
2021-04-29 13:12:08 +02:00
committed by GitHub
4 changed files with 28 additions and 29 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-api-docs': patch
---
Resolve issues with AsyncAPI rendering by updating `@asyncapi/react-component`
to `0.23.0`. The theming of the component is adjusted to the latest styling
changes.