Skip to content

wip: Link exploration #31240

wip: Link exploration

wip: Link exploration #31240

Triggered via push September 3, 2024 00:32
Status Failure
Total duration 2m 11s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 errors
stylelint
Process completed with exit code 2.
eslint: packages/components/src/__actions__/Button/v3/Button.tsx#L104
'PendingContent' is assigned a value but never used. Allowed unused vars must match /^_/u
eslint: packages/components/src/__actions__/Button/v3/_docs/Button.stories.tsx#L4
'validate' is defined but never used. Allowed unused vars must match /^_/u
eslint: packages/components/src/__actions__/Button/v3/_docs/Button.stories.tsx#L5
'ChevronUpIcon' is defined but never used. Allowed unused vars must match /^_/u
eslint: packages/components/src/__actions__/Button/v3/_docs/Button.stories.tsx#L78
'args' is defined but never used. Allowed unused args must match /^_/u
eslint: packages/components/src/__actions__/Button/v3/_docs/Button.stories.tsx#L97
'args' is defined but never used. Allowed unused args must match /^_/u
eslint: packages/components/src/__actions__/Link/v3/LinkButton.tsx#L101
'PendingContent' is assigned a value but never used. Allowed unused vars must match /^_/u
eslint: packages/components/src/__actions__/Link/v3/_docs/LinkButton.stories.tsx#L4
'validate' is defined but never used. Allowed unused vars must match /^_/u
eslint: packages/components/src/__actions__/Link/v3/_docs/LinkButton.stories.tsx#L5
'AddIcon' is defined but never used. Allowed unused vars must match /^_/u
eslint: packages/components/src/__actions__/Link/v3/_docs/LinkButton.stories.tsx#L5
'TrashIcon' is defined but never used. Allowed unused vars must match /^_/u
typescript
Type '{ children: ReactNode | ((values: ButtonRenderProps & { defaultChildren: ReactNode; }) => ReactNode); className: ({ isPressed }: ButtonRenderProps & { ...; }) => "" | "!bg-gray-300"; ... 44 more ...; excludeFromTabOrder?: boolean | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
typescript
Type '{ children: ({ isPressed }: ButtonRenderProps & { defaultChildren: ReactNode; }) => Element; label: string; icon?: Element | undefined; iconPosition?: "end" | ... 1 more ... | undefined; ... 42 more ...; excludeFromTabOrder?: boolean | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
typescript
Type '{ children: Element; label: string; icon?: Element | undefined; iconPosition?: "end" | "start" | undefined; variant?: ButtonVariants | undefined; ... 41 more ...; excludeFromTabOrder?: boolean | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
typescript
Type '{ children: Element; label: string; icon?: Element | undefined; iconPosition?: "end" | "start" | undefined; variant?: ButtonVariants | undefined; ... 41 more ...; excludeFromTabOrder?: boolean | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
typescript
Type '{ children: ({ isFocused }: ButtonRenderProps & { defaultChildren: ReactNode; }) => Element; label: string; icon?: Element | undefined; iconPosition?: "end" | ... 1 more ... | undefined; ... 42 more ...; excludeFromTabOrder?: boolean | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
typescript
Type '{ children: string; label: string; icon?: Element | undefined; iconPosition?: "end" | "start" | undefined; variant?: ButtonVariants | undefined; size?: ButtonSizes | undefined; ... 40 more ...; excludeFromTabOrder?: boolean | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
typescript
Type '{ children: string; label: string; icon?: Element | undefined; iconPosition?: "end" | "start" | undefined; variant?: ButtonVariants | undefined; size?: ButtonSizes | undefined; ... 40 more ...; excludeFromTabOrder?: boolean | undefined; } | { ...; }' is not assignable to type 'IntrinsicAttributes & ButtonProps'.
typescript
Cannot find name 'RACButtonProps'. Did you mean 'ButtonProps'?
typescript
Cannot find name 'RACButtonProps'. Did you mean 'ButtonProps'?
typescript
Module '"../index"' has no exported member 'LinkButton'.