(feat) : add cross border endpoints and integration #178
Annotations
3 errors and 3 warnings
🧪 Run lint, type checks and tests:
packages/esm-patient-search-app/src/cross-border/useCrossBorder.tsx#L18
Unexpected console statement
|
🧪 Run lint, type checks and tests
@kenyaemr/esm-patient-search-app#lint: command (/home/runner/work/openmrs-esm-patient-management/openmrs-esm-patient-management/packages/esm-patient-search-app) /tmp/xfs-e0e81fd7/yarn run lint exited (1)
|
🧪 Run lint, type checks and tests
Process completed with exit code 1.
|
🧪 Run lint, type checks and tests:
packages/esm-patient-search-app/src/patient-search-page/patient-search-lg.component.tsx#L75
React Hook useMemo has a missing dependency: 'searchResults'. Either include it or remove the dependency array
|
🧪 Run lint, type checks and tests:
packages/esm-patient-search-app/src/patient-search.resource.tsx#L128
The 'mappedData' conditional could make the dependencies of useMemo Hook (at line 155) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'mappedData' in its own useMemo() Hook
|
🧪 Run lint, type checks and tests:
packages/esm-service-queues-app/src/queue-table/default-queue-table.component.tsx#L167
React Hook useCallback has a missing dependency: 'mutateQueueEntries'. Either include it or remove the dependency array
|
Loading