Merge pull request #4595 from UniversityOfHelsinkiCS/renovate/axios-1.x #1559
Annotations
10 warnings
Lint backend and frontend:
services/frontend/src/common/hooks.js#L44
React Hook useEffect has missing dependencies: 'id', 'initialTab', and 'location.search'. Either include them or remove the dependency array. If 'setTab' needs the current value of 'initialTab', you can also switch to useReducer instead of useState and read 'initialTab' in the reducer
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L48
React Hook useEffect has missing dependencies: 'didMount' and 'pushToUrl'. Either include them or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L80
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array. If 'setSearchHistory' needs the current value of 'id', you can also switch to useReducer instead of useState and read 'id' in the reducer
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L86
React Hook useEffect has missing dependencies: 'didMount' and 'saveSearchHistory'. Either include them or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L151
React Hook useEffect has a missing dependency: 'delay'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L166
React Hook useEffect has a missing dependency: 'didMount'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L209
React Hook useCallback has a missing dependency: 'storedValue'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L231
React Hook useEffect has a missing dependency: 'innerValue'. Either include it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/common/hooks.js#L248
React Hook useCallback has an unnecessary dependency: 'innerValue'. Either exclude it or remove the dependency array
|
Lint backend and frontend:
services/frontend/src/components/ColorizedCoursesTable/FacultiesTab/index.jsx#L39
React Hook useMemo has a missing dependency: 'selectedSemesters'. Either include it or remove the dependency array
|
Loading