Release to val #3082
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
react-app/src/components/Context/alertContext.test.tsx#L52
React Hook useEffect has a missing dependency: 'alert'. Either include it or remove the dependency array
|
react-app/src/components/Context/alertContext.tsx#L50
React Hook useEffect has a missing dependency: 'context'. Either include it or remove the dependency array
|
react-app/src/components/Context/modalContext.test.tsx#L64
React Hook useEffect has a missing dependency: 'modal'. Either include it or remove the dependency array
|
react-app/src/components/Form/fields/SubTypeSelect.tsx#L45
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array
|
react-app/src/components/Inputs/upload.tsx#L30
React Hook useCallback has a missing dependency: 'setFiles'. Either include it or remove the dependency array. If 'setFiles' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
react-app/src/components/Layout/index.tsx#L24
React Hook useMemo has a missing dependency: 'userContext?.user'. Either include it or remove the dependency array
|
react-app/src/components/Opensearch/main/Filtering/Drawer/hooks.ts#L153
React Hook useEffect has missing dependencies: 'accordionValues' and 'setFilters'. Either include them or remove the dependency array
|
react-app/src/components/Opensearch/main/Filtering/Drawer/hooks.ts#L170
React Hook useMemo has a missing dependency: 'labelMap'. Either include it or remove the dependency array
|
react-app/src/components/Opensearch/main/useOpensearch.ts#L74
React Hook useEffect has missing dependencies: 'onRequest' and 'params.state'. Either include them or remove the dependency array
|
react-app/src/components/RHF/Slot.tsx#L40
React Hook useEffect has a missing dependency: 'field.name'. Either include it or remove the dependency array
|
This job succeeded
Loading