wip: Link exploration #31240
ci.yml
on: push
typescript
1m 13s
eslint
51s
prettier
1m 3s
stylelint
40s
jest
2m 2s
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__/Button/v3/_docs/Button.stories.tsx#L112
Unexpected console statement
|
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'.
|