Skip to content

Fix typescript complaining BaseTile.stories #51

Fix typescript complaining BaseTile.stories

Fix typescript complaining BaseTile.stories #51

Triggered via push September 24, 2024 14:35
Status Failure
Total duration 1m 0s
Billable time 1m
Artifacts
publish-storybook
48s
publish-storybook
Fit to window
Zoom out
Zoom in

Annotations

10 errors
publish-storybook: lib/components/atoms/BaseTile/BaseTile.stories.tsx#L20
Property 'type' is missing in type '{ id: string; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Full; configuration: { imageUrl: string; }; }' but required in type 'Tile'.
publish-storybook: lib/components/atoms/BaseTile/BaseTile.stories.tsx#L33
Property 'type' is missing in type '{ id: string; active: true; createdAt: string; updatedAt: string; tileHeight: TileHeight.Half; configuration: { imageUrl: string; }; }' but required in type 'Tile'.
publish-storybook: lib/components/atoms/LoadingIndicator/LoadingIndicator.stories.tsx#L21
Type '{ tileHeight: TileHeight.Full; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 2 more.
publish-storybook: lib/components/atoms/LoadingIndicator/LoadingIndicator.stories.tsx#L27
Type '{ tileHeight: TileHeight.Full; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 2 more.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L51
Type 'null' is not assignable to type 'string | undefined'.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L52
Type 'null' is not assignable to type 'string | undefined'.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L68
Type 'null' is not assignable to type 'string | undefined'.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L69
Type 'null' is not assignable to type 'string | undefined'.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L70
Type 'null' is not assignable to type 'string | undefined'.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L71
Type 'null' is not assignable to type 'string | undefined'.