A-1208458330960841 | Translation capabilities for Lab Entry module #145
Annotations
7 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run yarn lint:
src/patient-lab-dashboard/patient-lab-details/patient-lab-details.tsx#L124
React Hook useEffect has a missing dependency: 'patientUuid'. Either include it or remove the dependency array
|
Run yarn lint:
src/patient-lab-dashboard/patient-lab-details/patient-lab-details.tsx#L128
React Hook useEffect has a missing dependency: 'checkDuplicateOrder'. Either include it or remove the dependency array
|
Run yarn lint:
src/patient-lab-dashboard/table/pending-lab-orders/pending-lab-orders.tsx#L104
React Hook useEffect has missing dependencies: 'pendingLabOrderRows' and 'setSelectedPendingOrder'. Either include them or remove the dependency array
|
Run yarn lint:
src/patient-lab-dashboard/table/report-table/report-table.component.tsx#L116
React Hook useEffect has missing dependencies: 'setAllTestsAndPanels', 'setLabTestResults', and 'setLabTestResultsError'. Either include them or remove the dependency array
|
Run yarn lint:
src/patient-lab-dashboard/table/report-table/report-table.component.tsx#L157
React Hook useMemo has a missing dependency: 'allTestsAndPanels'. Either include it or remove the dependency array
|
Loading