Skip to content

Task/WG-428-import-asset-to-feature (#323) #930

Task/WG-428-import-asset-to-feature (#323)

Task/WG-428-import-asset-to-feature (#323) #930

Triggered via push February 14, 2025 23:11
Status Success
Total duration 2m 14s
Artifacts

main.yml

on: push
Angular-Unit-Tests
51s
Angular-Unit-Tests
Angular-Linting
1m 0s
Angular-Linting
React-Unit-Tests
2m 6s
React-Unit-Tests
React-Linting
30s
React-Linting
React-Build
47s
React-Build
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
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