connect frontend #160
Annotations
12 warnings
pre-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pre-deploy:
apps/frontend/src/app/app.tsx#L1
'SampleMap' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/Map.tsx#L2
'BOSTON_PLACE_ID' is defined but never used
|
pre-deploy:
apps/frontend/src/components/map/Map.tsx#L94
'markers' is assigned a value but never used
|
pre-deploy:
apps/frontend/src/components/map/Map.tsx#L101
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/Map.tsx#L126
Unexpected any. Specify a different type
|
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
|
deploy-debug
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|