deploy.yml
on: pull_request
Integration_And_Deployment
2m 5s
Annotations
8 warnings
Integration_And_Deployment:
packages/frontend/src/components/AutoComplete.tsx#L41
React Hook useCallback has a missing dependency: 'remMultiplier'. Either include it or remove the dependency array
|
Integration_And_Deployment:
packages/frontend/src/components/Filters.tsx#L160
React Hook useEffect has missing dependencies: 'onUpdate', 'professorFilterFunctions', 'sortingMap', and 'unfilteredProfessors'. Either include them or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Integration_And_Deployment:
packages/frontend/src/components/NewProfessorForm.tsx#L184
React Hook useEffect has missing dependencies: 'sameAsProfessorDepartment' and 'setValue'. Either include them or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Integration_And_Deployment:
packages/frontend/src/components/SearchBar.tsx#L35
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Integration_And_Deployment:
packages/frontend/src/hooks/useAuth.ts#L54
React Hook useEffect has a missing dependency: 'setJwt'. Either include it or remove the dependency array
|
Integration_And_Deployment:
packages/frontend/src/hooks/useTailwindBreakpoints.ts#L45
React Hook useEffect has missing dependencies: 'defaultValue' and 'internalValues'. Either include them or remove the dependency array. If 'setOutputValue' needs the current value of 'defaultValue', you can also switch to useReducer instead of useState and read 'defaultValue' in the reducer
|
Integration_And_Deployment:
packages/frontend/src/pages/Admin.tsx#L274
React Hook useEffect has missing dependencies: 'queryClient' and 'removedRatings.size'. Either include them or remove the dependency array
|
Integration_And_Deployment:
packages/frontend/src/pages/Login.tsx#L37
React Hook useEffect has missing dependencies: 'navigate' and 'setJwt'. Either include them or remove the dependency array
|