8cb7acd781
There's currently an issue with importing alpha exports from other packages in the monorepo. This works around the issue for now by skipping the use of the `CatalogEntityPermission` convenience type, using `ResourcePermission<'catalog-entity'>` directly instead. cf. https://github.com/backstage/backstage/pull/10128 Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
184 B
184 B
@backstage/plugin-catalog-react
| @backstage/plugin-catalog-react |
|---|
| patch |
Prevent permissions with types other than ResourcePermission<'catalog-entity'> from being used with the useEntityPermission hook.