Skip to content

chore: prettier. (#3) #10

chore: prettier. (#3)

chore: prettier. (#3) #10

Triggered via push September 3, 2023 13:26
Status Success
Total duration 1m 26s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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