Files
backstage/.changeset/clever-donuts-teach.md
T
Mike Lewis 8cb7acd781 catalog-react: stop using CatalogEntityPermission convenience type
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>
2022-03-23 14:25:14 -04:00

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.