(feat): edit user role scope #1774
ci.yml
on: pull_request
Annotations
2 errors and 11 warnings
build
@kenyaemr/esm-billing-app#test: command (/home/runner/work/kenyaemr-esm-3.x/kenyaemr-esm-3.x/packages/esm-billing-app) /tmp/xfs-3dfb82ae/yarn run test 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-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
|
build:
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
|
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
|
build:
packages/esm-admin-app/src/components/users/manage-users/user-management.workspace.tsx#L169
React Hook useMemo has missing dependencies: 'userRoleScope?.activeFrom', 'userRoleScope?.activeTo', 'userRoleScope?.enabled', 'userRoleScope?.locations', 'userRoleScope?.operationTypes', and 'userRoleScope?.permanent'. Either include them or remove the dependency array
|
build:
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
|
build:
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
|
build:
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
|
build:
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
|
build:
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
|