Skip to content

fix(Combobox): Improve performance #2013

fix(Combobox): Improve performance

fix(Combobox): Improve performance #2013

Triggered via pull request April 8, 2024 13:45
Status Success
Total duration 3m 1s
Artifacts

checks-packages.yml

on: pull_request
Builds, lints and tests code
2m 50s
Builds, lints and tests code
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Builds, lints and tests code: packages/react-old/src/components/legacy/LegacyPopover/Popover.stories.mdx#L3
There should be at least one empty line between import groups
Builds, lints and tests code: packages/react/src/components/form/Combobox/useCombobox.tsx#L167
React Hook useMemo has a missing dependency: 'filter'. Either include it or remove the dependency array. If 'filter' changes too often, find the parent component that defines it and wrap that definition in useCallback