fix: types and stuff #2849
Annotations
2 errors and 12 warnings
|
Lint
Process completed with exit code 2.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/components/CreationCohort/DataList_Criteria.tsx#L19
'getCodeList' is defined but never used
|
Lint:
src/components/CreationCohort/DataList_Criteria.tsx#L44
'async' is assigned a value but never used
|
Lint:
src/components/CreationCohort/DataList_Criteria.tsx#L46
'getCodesForValueSet' is assigned a value but never used
|
Lint:
src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/CriteriaForm/index.tsx#L5
'CriteriaFormItemViewProps' is defined but never used
|
Lint:
src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/CriteriaForm/index.tsx#L14
'LabelObject' is defined but never used
|
Lint:
src/components/CreationCohort/DiagramView/components/TemporalConstraintCard/TemporalConstraintCard.tsx#L38
React Hook useEffect has a missing dependency: 'temporalConstraints?.length'. Either include it or remove the dependency array
|
Lint:
src/components/CreationCohort/DiagramView/components/TemporalConstraintCard/TemporalConstraintCard.tsx#L52
React Hook useEffect has missing dependencies: 'criteriaGroup', 'dispatch', 'selectedCriteria', and 'temporalConstraints'. Either include them or remove the dependency array
|
Lint:
src/components/CreationCohort/DiagramView/index.tsx#L51
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
Lint:
src/components/CreationCohort/Modals/ModalCreateNewRequest/ModalCreateNewRequest.tsx#L112
React Hook useEffect has missing dependencies: '_fetchProject' and '_fetchRequestNumber'. Either include them or remove the dependency array
|
Lint:
src/components/CreationCohort/Requeteur.tsx#L115
React Hook useCallback has missing dependencies: 'config.features.questionnaires.enabled' and 'valueSets.cache'. Either include them or remove the dependency array
|
Loading