Ft/u4 x 356 fix lab results data table #155
Annotations
5 errors and 2 warnings
build
Error: Input required and not supplied: server-token
|
build
lint: command (/home/runner/work/openmrs-esm-laboratory/openmrs-esm-laboratory) yarn run lint exited (1)
|
|
build:
src/patient-chart/laboratory-order.component.tsx#L227
Replace `⏎····return·items?.map((entry,·index)·=>·({⏎` with `····return·items?.map((entry,·index)·=>·({`
|
build
Process completed with exit code 1.
|
build:
src/queue-list/laboratory-tabs.component.tsx#L63
React Hook useMemo has a missing dependency: 'tabExtensions'. Either include it or remove the dependency array
|
build:
src/work-list/work-list.component.tsx#L119
The 'ResultsOrder' function makes the dependencies of useMemo Hook (at line 190) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'ResultsOrder' in its own useCallback() Hook
|