Skip to content

feat(select): merge dropdown logic into select #2515

feat(select): merge dropdown logic into select

feat(select): merge dropdown logic into select #2515

Triggered via pull request January 5, 2024 14:05
Status Success
Total duration 4m 50s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Lint: packages/components/dropdown/src/DropdownContext.tsx#L169
React Hook useEffect has a missing dependency: 'itemsMap'. Either include it or remove the dependency array
Lint: packages/components/select/src/SelectContext.tsx#L93
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array
Lint: packages/components/select/src/SelectContext.tsx#L124
React Hook useEffect has missing dependencies: 'itemsComponent' and 'itemsMap'. Either include them or remove the dependency array
Lint: packages/components/select/src/SelectLabel.tsx#L14
React Hook useEffect has a missing dependency: 'setGroupLabel'. Either include it or remove the dependency array
Lint: packages/components/select/src/SelectTrigger.tsx#L30
React Hook useEffect has a missing dependency: 'setAriaLabel'. Either include it or remove the dependency array
Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/