ft add client registry #99
Annotations
6 errors and 11 warnings
build
Error: Input required and not supplied: server-token
|
build
lint: command (/home/runner/work/esm-ugandaemr-exchange/esm-ugandaemr-exchange) yarn run lint exited (1)
|
build:
src/client-registry/client-registry.resource.ts#L122
React Hook "useConfig" is called in function "submitPatient" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
|
|
build
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, felixmosh/turborepo-gh-artifacts@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/client-registry/client-registry-data/client-registry-data.component.tsx#L153
React Hook useMemo has a missing dependency: 'patients'. Either include it or remove the dependency array
|
build:
src/client-registry/client-registry-data/client-registry-dialogs/send-patient-to-cr-dialog.component.tsx#L23
'patientUuid' is defined but never used
|
build:
src/client-registry/client-registry-data/client-registry-dialogs/send-patient-to-cr-dialog.component.tsx#L29
'setCRPatient' is assigned a value but never used
|
build:
src/client-registry/client-registry-tiles/client-registry-summary-tiles.component.tsx#L12
't' is assigned a value but never used
|
build:
src/components/data-table/data-table.component.tsx#L30
Unexpected any. Specify a different type
|
build:
src/components/data-table/data-table.component.tsx#L31
Unexpected any. Specify a different type
|
build:
src/components/data-table/data-table.component.tsx#L37
Unexpected any. Specify a different type
|
build:
src/components/data-table/data-table.component.tsx#L38
Unexpected any. Specify a different type
|
build:
src/components/data-table/data-table.component.tsx#L84
Unexpected any. Specify a different type
|
build:
src/components/workspace/ai-predictions/vl-suppression-prediction-button.component.tsx#L18
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|