Skip to content

task/WG-429-Public-Map-Info-Panel #937

task/WG-429-Public-Map-Info-Panel

task/WG-429-Public-Map-Info-Panel #937

Triggered via pull request February 17, 2025 18:26
Status Failure
Total duration 2m 29s
Artifacts

main.yml

on: pull_request
Angular-Unit-Tests
53s
Angular-Unit-Tests
Angular-Linting
52s
Angular-Linting
React-Unit-Tests
2m 20s
React-Unit-Tests
React-Linting
43s
React-Linting
React-Build
39s
React-Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
React-Build
Property 'isPublicView' is missing in type '{ project: Project; onProjectUpdate: (updateData: Partial<ProjectRequest>) => void; isPending: boolean; }' but required in type 'MapTabProps'.
React-Build
Process completed with exit code 2.
React-Unit-Tests
Process completed with exit code 1.
React-Linting: react/src/components/Systems/SystemSelect.tsx#L33
React Hook useEffect has a missing dependency: 'onSystemSelect'. Either include it or remove the dependency array. If 'onSystemSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
React-Linting: react/src/hooks/systems/useSystems.ts#L18
The 'systems' logical expression could make the dependencies of useMemo Hook (at line 22) change on every render. To fix this, wrap the initialization of 'systems' in its own useMemo() Hook
React-Linting: react/src/hooks/systems/useSystems.ts#L18
The 'systems' logical expression could make the dependencies of useMemo Hook (at line 28) change on every render. To fix this, wrap the initialization of 'systems' in its own useMemo() Hook
React-Linting: react/src/hooks/systems/useSystems.ts#L18
The 'systems' logical expression could make the dependencies of useMemo Hook (at line 34) change on every render. To fix this, wrap the initialization of 'systems' in its own useMemo() Hook
React-Linting: react/src/pages/Login/Login.tsx#L29
React Hook useEffect has missing dependencies: 'configuration.geoapiUrl', 'isAuthenticated', 'location.search', and 'navigate'. Either include them or remove the dependency array