[Snyk] Security upgrade axios from 1.12.0 to 1.13.5 #301
Annotations
3 errors and 6 warnings
|
Lint code
Process completed with exit code 1.
|
|
Lint code:
src/client/components/Map.tsx#L68
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
Lint code:
src/client/components/Map.tsx#L68
Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
|
|
Lint code:
src/client/hooks/usePopup.ts#L17
'value' is defined but never used
|
|
Lint code:
src/client/hooks/useData.ts#L4
'e' is defined but never used
|
|
Lint code:
src/client/components/PopupContent.tsx#L43
React Hook useEffect has missing dependencies: 'getUrlParameterValue' and 'updated'. Either include them or remove the dependency array
|
|
Lint code:
src/client/components/Marker.tsx#L8
'marker' is defined but never used
|
|
Lint code:
src/client/components/Map.tsx#L166
'index' is defined but never used
|
|
Lint code:
src/client/components/Map.tsx#L87
React Hook useEffect has missing dependencies: 'cleanEntries', 'getClassName', 'getUrlParameterValue', and 'lastEntry'. Either include them or remove the dependency array
|
Loading