Files
backstage/.changeset/large-flowers-fetch.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

359 B

@backstage/plugin-explore
@backstage/plugin-explore
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(explorePlugin.externalRoutes, {
-      catalogEntity: catalogPlugin.routes.catalogEntity,
-    });