Merge pull request #13 from palladiumkenya/release/v4.0.3 #41
Annotations
1 error and 11 warnings
Post Setup local cache server for Turborepo
Error: Input required and not supplied: server-token
|
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-medical-supply-dispensing-app/src/dashboard/dispensing-dashboard-link.component.tsx#L24
React Hook useMemo has an unnecessary dependency: 'location.pathname'. Either exclude it or remove the dependency array. Outer scope values like 'location.pathname' aren't valid dependencies because mutating them doesn't re-render the component
|
Run lint, type checks and tests:
packages/esm-medical-supply-dispensing-app/src/forms/medication-dispense-review.component.tsx#L88
React Hook useEffect has missing dependencies: 'drugDispensingUnits', 'drugDosingUnits', 'drugRoutes', and 'orderFrequencies'. Either include them or remove the dependency array. You can also do a functional update 'setDrugRoutes(d => ...)' if you only need 'drugRoutes' in the 'setDrugRoutes' call
|
Run lint, type checks and tests:
packages/esm-imaging-orders-app/src/hooks/useOrdersWorklist.ts#L41
React Hook useMemo has a missing dependency: 'dateRange'. Either include it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-imaging-orders-app/src/hooks/useOrdersWorklist.ts#L41
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Run lint, type checks and tests:
packages/esm-imaging-orders-app/src/hooks/useOrdersWorklist.ts#L41
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Run lint, type checks and tests:
packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L146
React Hook useCallback has a missing dependency: 'closeWorkspaceWithSavedChanges'. Either include it or remove the dependency array. If 'closeWorkspaceWithSavedChanges' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run lint, type checks and tests:
packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L164
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
|
Run lint, type checks and tests:
packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/useProceduresTypes.ts#L51
React Hook useMemo has a missing dependency: 'labOrderableConcepts'. Either include it or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-procedure-orders-app/src/form/procedures-orders/add-procedures-order/useProceduresTypes.ts#L86
React Hook useMemo has missing dependencies: 'error' and 'isLoading'. Either include them or remove the dependency array
|
Run lint, type checks and tests:
packages/esm-procedure-orders-app/src/hooks/useSearchResults.ts#L36
React Hook useMemo has a missing dependency: 'flattenedData'. Either include it or remove the dependency array
|
Loading