feat(dropdown): integration and documentation with form-field #2500
quality.yml
on: pull_request
PR assignment
1s
Lint
4m 25s
Typecheck
3m 37s
Test
3m 47s
Accessibility
3m 32s
Visual testing
3m 37s
Deploy
3m 43s
Annotations
9 errors and 3 warnings
Accessibility
Process completed with exit code 1.
|
Visual testing
non-zero exit code
|
Typecheck:
packages/components/dropdown/src/Dropdown.stories.tsx#L447
Cannot redeclare block-scoped variable 'FormFieldDisabled'.
|
Typecheck:
packages/components/dropdown/src/Dropdown.stories.tsx#L499
Cannot redeclare block-scoped variable 'FormFieldDisabled'.
|
Typecheck
Process completed with exit code 2.
|
Deploy
Process completed with exit code 1.
|
Lint:
packages/components/dropdown/src/Dropdown.stories.tsx#L447
Multiple exports of name 'FormFieldDisabled'
|
Lint:
packages/components/dropdown/src/Dropdown.stories.tsx#L499
Multiple exports of name 'FormFieldDisabled'
|
Lint
Process completed with exit code 1.
|
Deploy
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
|
Lint:
packages/components/dropdown/src/DropdownContext.tsx#L236
React Hook useEffect has a missing dependency: 'itemsMap'. Either include it or remove the dependency array
|
Lint:
packages/components/select/src/SelectItem.tsx#L17
React Hook useEffect has missing dependencies: 'registerOption' and 'unregisterOption'. Either include them or remove the dependency array
|