Skip to content

Feature/add real treecluster data #93

Feature/add real treecluster data

Feature/add real treecluster data #93

Triggered via pull request October 1, 2024 17:12
Status Success
Total duration 1m 2s
Artifacts

build-and-test-on-pr.yaml

on: pull_request
build_and_test
51s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
build_and_test: frontend/src/components/map/MapHeader.tsx#L24
Unexpected empty object pattern
build_and_test: 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
build_and_test: frontend/src/components/tree/TreeWateringStatus.tsx#L12
'tree' is defined but never used
build_and_test: frontend/src/components/ui/calendar.tsx#L55
'props' is defined but never used
build_and_test: frontend/src/components/ui/calendar.tsx#L56
'props' is defined but never used
build_and_test: frontend/src/components/ui/chart.tsx#L70
'_' is defined but never used
build_and_test: frontend/src/hooks/useMapMouseSelect.ts#L5
Unexpected any. Specify a different type
build_and_test: frontend/src/routes/_protected/map/tree/new.tsx#L27
Forbidden extra non-null assertion
build_and_test: frontend/src/routes/_protected/map/tree/new.tsx#L27
Forbidden extra non-null assertion
build_and_test: 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
build_and_test: 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
build_and_test: 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