[CHORE] CHEFS Readme #1331
Annotations
7 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
frontend/src/hooks/useAxios.tsx#L52
React Hook useEffect has a missing dependency: 'RequestResponseInterceptor'. Either include it or remove the dependency array
|
lint:
frontend/src/hooks/useProgramFieldData.tsx#L72
React Hook useEffect has missing dependencies: 'AxiosPrivate', 'setBcwsData', and 'setEmcrData'. Either include them or remove the dependency array
|
lint:
frontend/src/hooks/useProgramFieldData.tsx#L185
React Hook useMemo has a missing dependency: 'route'. Either include it or remove the dependency array
|
lint:
frontend/src/hooks/useTable.tsx#L61
React Hook useEffect has a missing dependency: 'applyFilters'. Either include it or remove the dependency array
|
lint:
frontend/src/pages/profile/SchedulerControl.tsx#L37
React Hook useEffect has a missing dependency: 'onChangeAvailabilityDates'. Either include it or remove the dependency array. If 'onChangeAvailabilityDates' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
frontend/src/providers/Role.tsx#L61
React Hook useEffect has missing dependencies: 'keycloak' and 'navigate'. Either include them or remove the dependency array
|