Update react dependencies (major) #5024
Annotations
11 errors and 1 warning
lint
Process completed with exit code 1.
|
lint:
src/app/pages/StakingPage/Features/DelegationList/index.tsx#L74
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#L76
Parameter 'datum' implicitly has an 'any' type.
|
lint:
src/app/pages/StakingPage/Features/DelegationList/index.tsx#L84
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#L86
Parameter 'datum' implicitly has an 'any' type.
|
lint:
src/app/pages/StakingPage/Features/DelegationList/index.tsx#L93
Type '{ name: string; id: string; selector: string; maxWidth: string; minWidth: 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#L98
Parameter 'datum' implicitly has an 'any' type.
|
lint:
src/app/pages/StakingPage/Features/DelegationList/index.tsx#L105
Parameter 'row1' implicitly has an 'any' type.
|
lint:
src/app/pages/StakingPage/Features/DelegationList/index.tsx#L105
Parameter 'row2' implicitly has an 'any' type.
|
lint:
src/app/pages/StakingPage/Features/DelegationList/index.tsx#L111
Type '{ name: string; id: string; selector: string; width: string; right: true; 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#L119
Parameter 'datum' implicitly has an 'any' type.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|