O3 4106: UI Enhancement for Price Addition and Editing in Billable Services #193
Annotations
10 errors and 1 warning
build
typescript: command (/home/runner/work/openmrs-esm-billing-app/openmrs-esm-billing-app/) /tmp/xfs-2170614b/yarn run typescript exited (2)
|
build:
src/bill-item-actions/edit-bill-item.component.tsx#L77
Argument of type 'any[] | { data: ResponseObject; }' is not assignable to parameter of type 'any[]'.
|
build:
src/bill-item-actions/edit-bill-item.component.tsx#L85
Argument of type 'any[] | { data: ResponseObject; }' is not assignable to parameter of type 'any[]'.
|
build:
src/billable-services/billable-services.component.tsx#L79
Property 'length' does not exist on type 'any[] | { data: ResponseObject; }'.
|
build:
src/billable-services/billable-services.component.tsx#L82
Property 'filter' does not exist on type 'any[] | { data: ResponseObject; }'.
|
build:
src/billable-services/billable-services.component.tsx#L118
Property 'length' does not exist on type 'any[] | { data: ResponseObject; }'.
|
build:
src/billable-services/billable-services.component.tsx#L161
Property 'length' does not exist on type 'any[] | { data: ResponseObject; }'.
|
build:
src/billable-services/create-edit/add-billable-service.test.tsx#L69
Property 'onClose' is missing in type '{}' but required in type '{ editingService?: any; onClose: () => void; }'.
|
build:
src/billable-services/create-edit/add-billable-service.test.tsx#L143
Property 'onClose' is missing in type '{}' but required in type '{ editingService?: any; onClose: () => void; }'.
|
build:
src/invoice/payments/payments.component.tsx#L74
Argument of type 'any[] | { data: ResponseObject; }' is not assignable to parameter of type 'any[]'.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|