Revert "Cleanup" #61
Annotations
4 errors and 11 warnings
build
Error: Input required and not supplied: server-token
|
build:
src/referred-procedures/referred-procedures.component.tsx#L195
Type '{ patientUuid: string; procedure: Result; }' is not assignable to type 'IntrinsicAttributes & ResultFormProps'.
|
build
typescript: command (/home/runner/work/esm-procedure-app/esm-procedure-app/) /tmp/xfs-d263ed69/yarn run typescript exited (2)
|
build
Process completed with exit code 2.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, felixmosh/turborepo-gh-artifacts@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/completed-list/completed-list.component.tsx#L72
'index' is defined but never used
|
build:
src/completed-list/completed-list.component.tsx#L113
React Hook useMemo has an unnecessary dependency: 't'. Either exclude it or remove the dependency array
|
build:
src/completed-list/completed-list.component.tsx#L177
'index' is defined but never used
|
build:
src/components/overlay/hook.ts#L6
Unexpected any. Specify a different type
|
build:
src/form/post-procedures/post-procedure-form.component.tsx#L170
Unexpected any. Specify a different type
|
build:
src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L66
'errorFetchingOrderConfig' is assigned a value but never used
|
build:
src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L81
'errorFetchingSpecimenSourceItems' is assigned a value but never used
|
build:
src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L86
'errorFetchingSpecimenTypeItems' is assigned a value but never used
|
build:
src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L192
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
|
build:
src/form/procedures-orders/add-procedures-order/procedures-order-form.component.tsx#L221
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
|