add maintenance checklist popup #63
Triggered via pull request
September 24, 2024 01:59
Status
Success
Total duration
2m 48s
Artifacts
–
Annotations
11 warnings
pre-deploy
The following actions use a deprecated Node.js version 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/
|
pre-deploy:
apps/frontend/src/app/app.tsx#L1
'SampleMap' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/Map.tsx#L79
'markers' is assigned a value but never used
|
pre-deploy:
apps/frontend/src/components/map/Map.tsx#L86
Assignments to the 'map' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
pre-deploy:
apps/frontend/src/components/map/MapLegend.tsx#L8
'generateCircleSVG' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/MapLegend.tsx#L9
'generateDiamondSVG' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/MapLegend.tsx#L10
'generateSquareSVG' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/MapLegend.tsx#L11
'generateStarSVG' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/MapLegend.tsx#L12
'generateTriangleSVG' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/MapLegend.tsx#L124
'StatusButton' is assigned a value but never used
|
pre-deploy:
apps/frontend/src/components/map/MapLegend.tsx#L157
'CaretDownStyled' is assigned a value but never used
|