feat(entities): add validator status charts and redesign detail page #807
Annotations
3 errors and 1 warning
|
Build
Process completed with exit code 2.
|
|
Build:
src/pages/ethereum/entities/components/ValidatorStatusChart/ValidatorStatusChart.tsx#L78
Type '{ name: string; data: [string, number][]; color: string; stack: string; showArea: boolean; areaOpacity: number; lineWidth: number; showSymbol: boolean; }[]' is not assignable to type 'SeriesData[]'.
|
|
Build:
src/pages/ethereum/entities/components/ActiveValidatorsChart/ActiveValidatorsChart.tsx#L75
Type '{ name: string; data: [string, number][]; color: string; showArea: boolean; areaOpacity: number; lineWidth: number; showSymbol: boolean; }[]' is not assignable to type 'SeriesData[]'.
|
|
Lint:
src/pages/ethereum/entities/hooks/useEntityValidatorStatusData.ts#L19
Missing return type on function
|