(feat) Create provider account #536
+477
−101
Open
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-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-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-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-patient-clinical-view-app/src/clinical-view-group/clinical-view-group.resource.ts#L24
React Hook useMemo has an unnecessary dependency: 'isValidating'. Either exclude it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-patient-clinical-view-app/src/clinical-view-group/createDashboardGroup.tsx#L27
React Hook useMemo has a missing dependency: 'patientEnrollments'. Either include it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-patient-clinical-view-app/src/contact-list/contact-list.workspace.tsx#L122
React Hook useEffect has missing dependencies: 'form' and 'showIPVRelatedFields'. Either include them or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-patient-clinical-view-app/src/peer-calendar/forms/form-entry.workspace.tsx#L37
React Hook useMemo has missing dependencies: 'closeWorkspace', 'closeWorkspaceWithSavedChanges', and 'mutateForm'. Either include them or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-patient-clinical-view-app/src/peer-calendar/table/peer-completion-status.component.tsx#L39
React Hook useEffect has a missing dependency: 'mutate'. Either include it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-patient-clinical-view-app/src/peer-calendar/table/peer-completion-status.component.tsx#L50
React Hook useEffect has missing dependencies: 'completePeers', 'isLoading', 'peer.patientUuid', and 'setCompletePeers'. Either include them or remove the dependency array. If 'setCompletePeers' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading