chore: prettier. (#3) #10
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 warnings
CI:
packages/components/src/autoSuggest/mod.tsx#L242
React Hook useCallback has a missing dependency: 'onSelect'. Either include it or remove the dependency array. If 'onSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
CI:
packages/components/src/autoSuggest/mod.tsx#L291
React Hook useCallback has missing dependencies: 'inputItems' and 'onSelect'. Either include them or remove the dependency array. If 'onSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
|