V1: Vanilla Extract #664
Annotations
6 errors and 10 warnings
Lint (18)
Cannot find module '../..' or its corresponding type declarations.
|
Lint (18)
Module '"./RadioButtonGroup"' has no exported member 'Props'.
|
Lint (18)
Cannot find module '@/src/components' or its corresponding type declarations.
|
Lint (18)
Cannot find module '../../atoms/Skeleton' or its corresponding type declarations.
|
Lint (18)
Process completed with exit code 2.
|
Test (18)
Process completed with exit code 1.
|
Lint (18):
components/src/components/atoms/Box/Box.tsx#L41
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
Lint (18):
components/src/components/atoms/DynamicPopover/DynamicPopover.tsx#L469
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
Lint (18):
components/src/components/atoms/Field/Field.tsx#L300
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#L132
Do not call the 'set' function 'setCurrentCount' of 'useState' directly in 'useEffect'
|
Lint (18):
components/src/components/molecules/Dropdown/ActionSheet.tsx#L93
A key must be unique. '{(item as DropdownItemObject).label}' is duplicated
|
Lint (18):
components/src/components/molecules/Dropdown/Dropdown.tsx#L219
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
Lint (18):
components/src/components/molecules/Dropdown/Dropdown.tsx#L287
A key must be unique. '{value || label}' is duplicated
|
Lint (18):
components/src/components/molecules/Dropdown/Dropdown.tsx#L402
Using 'Children.map' is uncommon and can lead to fragile code. Use alternatives instead
|