Task/WG 411 Questionnaire Modal #836
main.yml
on: pull_request
Angular-Unit-Tests
51s
Angular-Linting
51s
React-Unit-Tests
1m 58s
React-Linting
32s
React-Build
32s
Annotations
7 errors and 15 warnings
React-Build
Property 'onQuestionnaireClick' is missing in type '{ selectedFeature: Feature; onClose: () => void; isPublicView: boolean; }' but required in type 'AssetDetailProps'.
|
React-Build
Process completed with exit code 2.
|
React-Linting:
react/src/pages/MapProject/MapProject.tsx#L26
'QuestionnaireModal' is defined but never used
|
React-Linting:
react/src/pages/MapProject/MapProject.tsx#L150
'isQuestionnaireModalOpen' is assigned a value but never used
|
React-Linting:
react/src/pages/MapProject/MapProject.tsx#L151
'handleQuestionnaireClick' is assigned a value but never used
|
React-Linting
Process completed with exit code 1.
|
React-Unit-Tests
Process completed with exit code 1.
|
React-Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
React-Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
React-Linting:
react/src/components/Files/FileListing.tsx#L74
React Hook useEffect has a missing dependency: 'selectedSystem'. Either include it or remove the dependency array
|
React-Linting:
react/src/components/Files/FileListing.tsx#L92
React Hook useEffect has a missing dependency: 'allowedFileExtensions'. Either include it or remove the dependency array. If 'setChonkyFiles' needs the current value of 'allowedFileExtensions', you can also switch to useReducer instead of useState and read 'allowedFileExtensions' in the reducer
|
React-Linting:
react/src/components/Files/FileListing.tsx#L163
React Hook useCallback has missing dependencies: 'onFileSelect', 'onFolderSelect', and 'selectedFiles'. Either include them or remove the dependency array. If 'onFolderSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
React-Linting:
react/src/components/Map/Map.tsx#L63
React Hook useCallback has a missing dependency: 'setSelectedFeatureId'. Either include it or remove the dependency array
|
React-Linting:
react/src/components/Map/Map.tsx#L126
React Hook useMemo has a missing dependency: 'initialAccumulator'. Either include it or remove the dependency array
|
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/environment/useAppConfiguration.ts#L108
React Hook useMemo has a missing dependency: 'basePath'. Either include it or remove the dependency array
|
React-Linting:
react/src/hooks/projects/useProjects.ts#L71
React Hook useMemo has missing dependencies: 'dsProjectQuery.isSuccess' and 'projectQuery.isSuccess'. Either include them or remove the dependency array
|
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
|
Angular-Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Angular-Unit-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
React-Unit-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|