4 issues found.
Annotations
Check notice on line 39 in src/features/projects/components/maps/Project.tsx
codefactor-io / CodeFactor
src/features/projects/components/maps/Project.tsx#L39
'rasterData' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check notice on line 40 in src/features/projects/components/maps/Project.tsx
codefactor-io / CodeFactor
src/features/projects/components/maps/Project.tsx#L40
'setRasterData' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check notice on line 262 in src/features/projectsV2/ProjectsMap/TimeTravel/index.tsx
codefactor-io / CodeFactor
src/features/projectsV2/ProjectsMap/TimeTravel/index.tsx#L254-L262
Complex Method
Check notice on line 58 in src/features/projectsV2/ProjectDetails/index.tsx
codefactor-io / CodeFactor
src/features/projectsV2/ProjectDetails/index.tsx#L31-L58
Complex Method