V1: Vanilla Extract #666
Annotations
10 warnings
components/src/components/atoms/Box/Box.tsx#L41
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
components/src/components/atoms/DynamicPopover/DynamicPopover.tsx#L469
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
components/src/components/atoms/Field/Field.tsx#L300
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
components/src/components/atoms/FileInput/FileInput.tsx#L195
Do not call the 'set' function 'setState' of 'useState' directly in 'useEffect'
|
components/src/components/atoms/FileInput/FileInput.tsx#L206
Do not call the 'set' function 'setState' of 'useState' directly in 'useEffect'
|
components/src/components/molecules/CountdownCircle/CountdownCircle.tsx#L132
Do not call the 'set' function 'setCurrentCount' of 'useState' directly in 'useEffect'
|
components/src/components/molecules/Dropdown/ActionSheet.tsx#L93
A key must be unique. '{(item as DropdownItemObject).label}' is duplicated
|
components/src/components/molecules/Dropdown/Dropdown.tsx#L219
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
components/src/components/molecules/Dropdown/Dropdown.tsx#L287
A key must be unique. '{value || label}' is duplicated
|
components/src/components/molecules/Dropdown/Dropdown.tsx#L402
Using 'Children.map' is uncommon and can lead to fragile code. Use alternatives instead
|
This job succeeded
Loading