(refactor) follow up changes on the case management: discontinuity of case #1669
ci.yml
on: pull_request
Annotations
3 errors and 3 warnings
|
build
@kenyaemr/esm-morgue-app#lint: command (/home/runner/work/kenyaemr-esm-3.x/kenyaemr-esm-3.x/packages/esm-morgue-app) /tmp/xfs-768aef34/yarn run lint exited (1)
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
packages/esm-version-app/src/hooks/useFrontendModules.tsx#L12
React Hook useMemo has an unnecessary dependency: 'window.installedModules'. Either exclude it or remove the dependency array. Outer scope values like 'window.installedModules' aren't valid dependencies because mutating them doesn't re-render the component
|
build:
packages/esm-providers-app/src/provider-alert-message/alert-message-banner.component.tsx#L27
React Hook useEffect has a missing dependency: 'messageText'. Either include it or remove the dependency array
|