Skip to content

V1: Vanilla Extract #698

V1: Vanilla Extract

V1: Vanilla Extract #698

Triggered via pull request November 6, 2024 21:12
Status Failure
Total duration 1m 2s
Artifacts

main.yml

on: pull_request
Matrix: Build
Matrix: Lint
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Test (18)
Process completed with exit code 1.
Lint (18): components/src/components/atoms/Button/Button.tsx#L5
'translateY' is defined but never used
Lint (18): components/src/components/molecules/Dropdown/Dropdown.tsx#L11
'commonVars' is defined but never used
Lint (18): components/src/components/molecules/Dropdown/styles.css.ts#L1
'styleVariants' is defined but never used
Lint (18): docs/src/components/AdditionalColors/components/PaletteRow.tsx#L3
'rawColorToRGB' is defined but never used
Lint (18): docs/src/components/AdditionalColors/components/PaletteRow.tsx#L8
'color' is defined but never used
Lint (18): docs/src/components/CodePreview.tsx#L55
'$expand' is defined but never used
Lint (18): docs/src/components/SideBar.tsx#L63
'open' is defined but never used
Lint (18)
Process completed with exit code 1.
Lint (18): components/src/components/atoms/Banner/Banner.tsx#L230
Unexpected any. Specify a different type
Lint (18): components/src/components/atoms/Button/Button.tsx#L324
Unexpected any. Specify a different type
Lint (18): components/src/components/atoms/DynamicPopover/DynamicPopover.tsx#L483
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
Lint (18): components/src/components/atoms/Field/Field.tsx#L126
Unexpected any. Specify a different type
Lint (18): components/src/components/atoms/Field/Field.tsx#L200
Unexpected any. Specify a different type
Lint (18): components/src/components/atoms/Field/Field.tsx#L301
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
Lint (18): components/src/components/atoms/FileInput/FileInput.test.tsx#L21
Unexpected any. Specify a different type
Lint (18): components/src/components/atoms/FileInput/FileInput.tsx#L195
Do not call the 'set' function 'setState' of 'useState' directly in 'useEffect'
Lint (18): components/src/components/atoms/FileInput/FileInput.tsx#L206
Do not call the 'set' function 'setState' of 'useState' directly in 'useEffect'