warnings during build
Below warnings showing during build process:
./pages/comments/...accountName.tsx 45:6 Warning: React Hook useEffect has missing dependencies: 'commentSearchProps' and 'setCommentSearchPropsFromUrl'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
./components/home/searches/CommentPermlinkSearch.tsx 75:6 Warning: React Hook useEffect has a missing dependency: 'setLastTimeUnitValue'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./components/ui/AutoCompleteInput.tsx 84:9 Warning: The 'resetSearchBar' function makes the dependencies of useEffect Hook (at line 109) change on every render. To fix this, wrap the definition of 'resetSearchBar' in its own useCallback() Hook. react-hooks/exhaustive-deps