Skip to content

[feature] Activity: CSV Export #14

[feature] Activity: CSV Export

[feature] Activity: CSV Export #14

Triggered via pull request October 23, 2024 14:03
Status Failure
Total duration 1m 22s
Artifacts

tsc.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tsc: views/Activity/ActivityToCsv.tsx#L13
Binding element 'filteredActivity' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L13
Binding element 'isVisible' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L13
Binding element 'closeModal' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L34
Parameter 'data' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L34
Parameter 'invoiceKeys' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L34
Parameter 'paymentKeys' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L34
Parameter 'transactionKeys' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L35
Parameter 'item' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L38
Parameter 'key' implicitly has an 'any' type.
tsc: views/Activity/ActivityToCsv.tsx#L42
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'.
tsc
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/