Skip to content

Update react dependencies (major) #2174

Update react dependencies (major)

Update react dependencies (major) #2174

Triggered via pull request January 16, 2024 20:47
Status Failure
Total duration 5m 53s
Artifacts

ci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint
Process completed with exit code 1.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L73
Type '{ name: string; id: string; cell: (datum: any) => any; width: string; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L75
Parameter 'datum' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L83
Type '{ name: string; id: string; cell: (datum: any) => any; width: string; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L85
Parameter 'datum' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L92
Type '{ name: string; id: string; selector: string; cell: (datum: any) => any; sortable: true; sortFunction: (row1: any, row2: any) => any; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L95
Parameter 'datum' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L102
Parameter 'row1' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L102
Parameter 'row2' implicitly has an 'any' type.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L108
Type '{ name: string; id: string; selector: string; cell: (datum: any) => any; sortable: true; sortFunction: (row1: any, row2: any) => number; }' is not assignable to type 'ITypeSafeDataTableColumn<Delegation>'.
lint: src/app/pages/StakingPage/Features/DelegationList/index.tsx#L114
Parameter 'datum' implicitly has an 'any' type.