(fix) : fix null pointer on identifiers #68
+11
−7
Merged
Annotations
4 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧪 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 159) change on every render. To fix this, 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