fix(dropdown): prevent radix focus trap to disable scroll inside dropdown #2592
quality.yml
on: pull_request
PR assignment
5s
Lint
4m 30s
Typecheck
3m 31s
Test
3m 43s
Accessibility
4m 23s
Visual testing
4m 17s
Deploy
5m 0s
Annotations
1 error and 15 warnings
Test
Process completed with exit code 1.
|
PR assignment
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: toshimaru/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Visual testing
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Accessibility
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, Eun/http-server-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/components/dropdown/src/DropdownContext.tsx#L171
React Hook useEffect has a missing dependency: 'itemsMap'. Either include it or remove the dependency array
|
Lint:
packages/components/dropdown/src/DropdownItems.tsx#L33
Unexpected any. Specify a different type
|
Lint:
packages/components/dropdown/src/DropdownPopover.tsx#L24
React Hook useEffect has a missing dependency: 'setHasPopover'. Either include it or remove the dependency array
|
Lint:
packages/components/select/src/SelectContext.tsx#L108
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array
|
Lint:
packages/components/select/src/SelectContext.tsx#L138
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|