(feat) follow up changes on the case management: discontinuity of case #540
Annotations
11 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-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
|
Run lint, type checks and tests:
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
|
Run lint, type checks and tests:
packages/esm-care-panel-app/src/care-panel/care-panel.component.tsx#L33
React Hook useMemo has an unnecessary dependency: 'isValidating'. Either exclude it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-care-panel-app/src/care-programs/care-programs.component.tsx#L80
React Hook useCallback has a missing dependency: 'handleMutations'. Either include it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-care-panel-app/src/care-programs/care-programs.component.tsx#L113
React Hook useMemo has a missing dependency: 'handleCareProgramClick'. Either include it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-shr-app/src/referrals/referrals-actions.component.tsx#L23
React Hook useCallback has missing dependencies: 'handleProcessReferral' and 'status'. Either include them or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-shr-app/src/referrals/referrals-actions.component.tsx#L47
React Hook useCallback has missing dependencies: 'referralData.messageId' and 't'. Either include them or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-billing-app/src/benefits-package/forms/package-intervensions.component.tsx#L21
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-billing-app/src/billable-services/bill-manager/modals/refund-bill.modal.tsx#L74
React Hook useCallback has missing dependencies: 'billableServiceUuid' and 'itemUuid'. Either include them or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-billing-app/src/billable-services/bill-manager/workspaces/edit-bill/edit-bill-form.workspace.tsx#L63
React Hook useEffect has a missing dependency: 'promptBeforeClosing'. Either include it or remove the dependency array. If 'promptBeforeClosing' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading