[TC-641] add drivers license to profile #1338
Annotations
7 warnings
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
|