a3c4438abf
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
370 B
370 B
@backstage/plugin-catalog-graph
| @backstage/plugin-catalog-graph |
|---|
| patch |
Deprecated the external catalogEntity route as this is now imported directly from @backstage/plugin-catalog-react instead.
This means you can remove the route binding from your App.tsx:
- bind(catalogGraphPlugin.externalRoutes, {
- catalogEntity: catalogPlugin.routes.catalogEntity,
- });