V1: Vanilla Extract #759
Annotations
2 errors and 13 warnings
Unhandled error:
components/src/components/molecules/RadioButtonGroup/RadioButtonGroup.test.tsx#L85
AssertionError: expected +0 to be 1 // Object.is equality
Ignored nodes: comments, script, style
<html>
<head />
<body />
</html>...
- Expected
+ Received
- 1
+ 0
❯ src/components/molecules/RadioButtonGroup/RadioButtonGroup.test.tsx:85:48
❯ runWithExpensiveErrorDiagnosticsDisabled ../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback ../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback ../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:118:16
❯ listOnTimeout node:internal/timers:581:17
❯ processTimers node:internal/timers:519:7
This error originated in "src/components/molecules/RadioButtonGroup/RadioButtonGroup.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Test (20)
Process completed with exit code 1.
|
Build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint (20):
components/src/components/atoms/DynamicPopover/DynamicPopover.tsx#L481
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
Lint (20):
components/src/components/atoms/DynamicPopover/utils/getValueForTransitionState.ts#L84
Unexpected any. Specify a different type
|
Lint (20):
components/src/components/atoms/Field/Field.tsx#L126
Unexpected any. Specify a different type
|
Lint (20):
components/src/components/atoms/Field/Field.tsx#L200
Unexpected any. Specify a different type
|
Lint (20):
components/src/components/atoms/Field/Field.tsx#L301
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
|
Lint (20):
components/src/components/atoms/FileInput/FileInput.tsx#L195
Do not call the 'set' function 'setState' of 'useState' directly in 'useEffect'
|
Lint (20):
components/src/components/atoms/FileInput/FileInput.tsx#L206
Do not call the 'set' function 'setState' of 'useState' directly in 'useEffect'
|
Lint (20):
components/src/components/molecules/CountdownCircle/CountdownCircle.tsx#L130
Do not call the 'set' function 'setCurrentCount' of 'useState' directly in 'useEffect'
|
Lint (20):
components/src/components/molecules/Dropdown/Dropdown.test.tsx#L19
Unexpected any. Specify a different type
|
Lint (20):
components/src/components/molecules/Dropdown/Dropdown.tsx#L44
Unexpected any. Specify a different type
|
Test (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|