Adapts Blankslate to render proportionally in narrow areas #17312
Annotations
10 errors
src/ActionList/ActionList.features.stories.tsx#L188
Type '{ src: `https://github.com/${string}.png`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/ActionList/ActionList.features.stories.tsx#L219
Type '{ src: `https://github.com/${string}.png`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/ActionList/ActionList.features.stories.tsx#L233
Type '{ src: `https://github.com/${string}.png`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/ActionList/ActionList.features.stories.tsx#L456
Type '{ src: `https://avatars.githubusercontent.com/t/${string}`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/ActionList/ActionList.features.stories.tsx#L458
Type '{ src: `https://avatars.githubusercontent.com/${string}`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/ActionList/ActionList.features.stories.tsx#L499
Type '{ src: `https://avatars.githubusercontent.com/${string}`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/ActionList/ActionList.features.stories.tsx#L565
Type '{ src: `https://github.com/${string}.png`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/ActionList/ActionList.features.stories.tsx#L598
Type '{ src: `https://github.com/${string}.png`; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
src/Avatar/Avatar.features.stories.tsx#L5
Conversion of type '{ title: string; component: React.ForwardRefExoticComponent<React.PropsWithoutRef<AvatarProps> & React.RefAttributes<HTMLImageElement>>; }' to type 'ComponentMeta<ForwardRefExoticComponent<PropsWithoutRef<AvatarProps> & RefAttributes<HTMLImageElement>>>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
src/Avatar/Avatar.features.stories.tsx#L10
Type '{ square: true; src: "https://avatars.githubusercontent.com/primer"; }' is not assignable to type 'PropsWithoutRef<AvatarProps>'.
|
The logs for this run have expired and are no longer available.
Loading