Add support for 'link' type action in DataViews #122819
Annotations
10 errors and 1 warning
Npm build:
packages/dataviews/src/components/dataviews-bulk-actions/index.tsx#L167
This expression is not callable.
|
Npm build:
packages/dataviews/src/components/dataviews-item-actions/index.tsx#L73
This expression is not callable.
|
Npm build:
packages/dataviews/src/components/dataviews-item-actions/index.tsx#L93
This expression is not callable.
|
Npm build:
packages/dataviews/src/components/dataviews-item-actions/index.tsx#L107
This expression is not callable.
|
Npm build:
packages/dataviews/src/components/dataviews-item-actions/index.tsx#L138
Argument of type 'ActionModal<Item> | ActionLink<Item>' is not assignable to parameter of type 'ActionModal<Item> | null'.
|
Npm build:
packages/dataviews/src/components/dataviews/stories/fixtures.tsx#L579
Type '{ id: string; label: string; isPrimary: true; icon: Element; hideModalHeader: true; RenderModal: ({ items, closeModal }: RenderModalProps<SpaceObject>) => Element; }' is not assignable to type 'Action<SpaceObject>'.
|
Npm build:
packages/dataviews/src/components/dataviews/stories/fixtures.tsx#L611
Type '{ id: string; label: string; callback(): void; }' is not assignable to type 'Action<SpaceObject>'.
|
Npm build:
packages/dataviews/src/dataviews-layouts/list/index.tsx#L95
This expression is not callable.
|
Npm build:
packages/dataviews/src/dataviews-layouts/list/index.tsx#L115
Type 'ActionModal<Item> | ActionLink<Item>' is not assignable to type 'ActionModal<Item>'.
|
Npm build:
packages/dataviews/src/test/dataviews.tsx#L89
Type '{ id: string; label: string; isDestructive: true; supportsBulk: true; RenderModal: () => React.JSX.Element; }' is not assignable to type 'Action<Data>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading