explore,catalog-graph: use entityRouteRef directly
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
'@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`:
|
||||
|
||||
```diff
|
||||
- bind(catalogGraphPlugin.externalRoutes, {
|
||||
- catalogEntity: catalogPlugin.routes.catalogEntity,
|
||||
- });
|
||||
```
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
'@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`:
|
||||
|
||||
```diff
|
||||
- bind(explorePlugin.externalRoutes, {
|
||||
- catalogEntity: catalogPlugin.routes.catalogEntity,
|
||||
- });
|
||||
```
|
||||
Reference in New Issue
Block a user