Skip to content

WIP: Async select

WIP: Async select #957

Triggered via push March 14, 2024 15:11
Status Failure
Total duration 1m 50s
Artifacts

cd-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 7 warnings
test (16.17.0, ubuntu-latest): packages/fhir-group-management/src/components/LocationInventory/form.tsx#L67
React Hook "useQuery" is called in function "groupQuery" 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"
test (16.17.0, ubuntu-latest): packages/react-utils/src/components/AsyncSelect/index.tsx#L2
'Input' is defined but never used. Allowed unused vars must match /^_/u
test (16.17.0, ubuntu-latest): packages/react-utils/src/components/AsyncSelect/index.tsx#L19
'error' is assigned a value but never used. Allowed unused vars must match /^_/u
test (16.17.0, ubuntu-latest)
Process completed with exit code 1.
test (16.17.0, windows-latest)
The job was canceled because "_16_17_0_ubuntu-latest" failed.
test (16.17.0, windows-latest)
The operation was canceled.
test (16.17.0, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (16.17.0, ubuntu-latest): packages/react-utils/src/components/AsyncSelect/index.tsx#L21
React Hook useMemo has a missing dependency: 'optionsGetter'. Either include it or remove the dependency array