(feat) : add cross border endpoints and integration #178
Annotations
3 errors and 3 warnings
build:
packages/esm-patient-search-app/src/cross-border/useCrossBorder.tsx#L18
Unexpected console statement
|
build
@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)
|
build
Process completed with exit code 1.
|
build:
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
|
build:
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
|
build:
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
|