Convert Autocomplete input and user serach field into sistent #1088
Annotations
5 errors and 6 warnings
lint (20)
Process completed with exit code 1.
|
lint (18)
The job was canceled because "_20" failed.
|
lint (18)
Process completed with exit code 1.
|
lint (16)
The job was canceled because "_20" failed.
|
lint (16)
The operation was canceled.
|
lint (20):
src/custom/UserSearchField/UserSearchFieldInput.tsx#L106
React Hook useCallback has unnecessary dependencies: 'fetchSearchedUsers' and 'inputValue'. Either exclude them or remove the dependency array
|
lint (20):
src/custom/UserSearchField/UserSearchFieldInput.tsx#L151
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
|
lint (18):
src/custom/UserSearchField/UserSearchFieldInput.tsx#L106
React Hook useCallback has unnecessary dependencies: 'fetchSearchedUsers' and 'inputValue'. Either exclude them or remove the dependency array
|
lint (18):
src/custom/UserSearchField/UserSearchFieldInput.tsx#L151
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
|
lint (16):
src/custom/UserSearchField/UserSearchFieldInput.tsx#L106
React Hook useCallback has unnecessary dependencies: 'fetchSearchedUsers' and 'inputValue'. Either exclude them or remove the dependency array
|
lint (16):
src/custom/UserSearchField/UserSearchFieldInput.tsx#L151
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
|