Merge pull request #6 from white-label-loyalty/1-develop-tile-components #46
storybook-chromatic.yml
on: push
publish-storybook
47s
Annotations
10 errors
publish-storybook:
lib/components/atoms/BaseTile/BaseTile.stories.tsx#L20
Type '{ tileHeight: TileHeight.Full; configuration: { imageUrl: string; }; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 2 more.
|
publish-storybook:
lib/components/atoms/BaseTile/BaseTile.stories.tsx#L29
Type '{ tileHeight: TileHeight.Half; configuration: { imageUrl: string; }; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 2 more.
|
publish-storybook:
lib/components/atoms/BaseTile/index.tsx#L3
Cannot find module '../../../context/ThemeContext' or its corresponding type declarations.
|
publish-storybook:
lib/components/atoms/BaseTile/index.tsx#L44
Property 'imageUrl' does not exist on type 'TileConfig'.
|
publish-storybook:
lib/components/atoms/BaseTile/index.tsx#L72
Property 'tile' is missing in type '{}' but required in type 'LoadingIndicatorProps'.
|
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 3 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 3 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#L64
Type 'string' is not assignable to type 'Date'.
|