Convert Autocomplete input and user serach field into sistent #1090
Annotations
1 error and 2 warnings
|
src/custom/UserSearchField/UserSearchFieldInput.tsx#L107
React Hook useCallback has unnecessary dependencies: 'fetchSearchedUsers' and 'inputValue'. Either exclude them or remove the dependency array
|
src/custom/UserSearchField/UserSearchFieldInput.tsx#L152
React Hook useCallback has a missing dependency: 'setUsersSearch'. Either include it or remove the dependency array. If 'setUsersSearch' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
This job failed
Loading