fix(Combobox): Improve performance #2013
checks-packages.yml
on: pull_request
Builds, lints and tests code
2m 50s
Annotations
3 warnings
Builds, lints and tests code:
packages/react-old/src/components/legacy/LegacyPopover/Popover.stories.mdx#L1
There should be no empty line within import group
|
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
|