feat: add real data for tree count in status cards #110
Annotations
10 errors and 3 warnings
Linter:
frontend/src/components/general/fileUpload/FileUpload.tsx#L96
Unexpected any. Specify a different type
|
Linter:
frontend/src/components/general/fileUpload/FileUpload.tsx#L99
Unexpected var, use let or const instead
|
Linter:
frontend/src/components/map/MapController.tsx#L7
Unnecessary semicolon
|
Linter:
frontend/src/components/map/MapHeader.tsx#L24
Unexpected empty object pattern
|
Linter:
frontend/src/components/map/MapMarker.tsx#L1
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Linter:
frontend/src/components/tree/TreeWateringStatus.tsx#L12
'tree' is defined but never used
|
Linter:
frontend/src/components/ui/calendar.tsx#L55
'props' is defined but never used
|
Linter:
frontend/src/components/ui/calendar.tsx#L56
'props' is defined but never used
|
Linter:
frontend/src/components/ui/chart.tsx#L70
'_' is defined but never used
|
Linter:
frontend/src/hooks/useMapMouseSelect.ts#L5
Unexpected any. Specify a different type
|
Linter:
frontend/src/components/map/MapMarker.tsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Linter:
frontend/src/components/map/MapMarker.tsx#L81
React Hook useMemo has missing dependencies: 'onDrag' and 'onMove'. Either include them or remove the dependency array. If 'onMove' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Linter:
frontend/src/components/ui/button.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading