Files
backstage/.changeset/cyan-rice-grab.md
T
Patrik Oldsberg a3c4438abf explore,catalog-graph: use entityRouteRef directly
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-21 01:26:36 +01:00

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,
-    });