V1: Vanilla Extract #731
Annotations
3 errors and 13 warnings
Lint (18)
Property 'color' is missing in type '{ children: string; }' but required in type '{ align?: TextAlign | undefined; as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "legend" | undefined; children?: ReactNode; id?: string | undefined; transform?: TextTransform | undefined; level?: "1" | ... 1 more ... | undefined; color: Color; }'.
|
Lint (18)
Property 'color' is missing in type '{ children: string; as: "legend"; level: "2"; }' but required in type '{ align?: TextAlign | undefined; as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "legend" | undefined; children?: ReactNode; id?: string | undefined; transform?: TextTransform | undefined; level?: "1" | ... 1 more ... | undefined; color: Color; }'.
|
Lint (18)
Process completed with exit code 2.
|
Build (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint (18):
components/src/components/atoms/DynamicPopover/DynamicPopover.tsx#L482
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
Lint (18):
components/src/components/atoms/DynamicPopover/utils/getValueForTransitionState.ts#L84
Unexpected any. Specify a different type
|
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.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'
|
Lint (18):
components/src/components/molecules/CountdownCircle/CountdownCircle.tsx#L130
Do not call the 'set' function 'setCurrentCount' of 'useState' directly in 'useEffect'
|
Lint (18):
components/src/components/molecules/Dropdown/Dropdown.test.tsx#L19
Unexpected any. Specify a different type
|
Lint (18):
components/src/components/molecules/Dropdown/Dropdown.tsx#L44
Unexpected any. Specify a different type
|
Test (18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|