Utilization notification #2094
Annotations
7 errors and 1 warning
Run npm run lint-ts:
src/components/app-list/index.tsx#L32
Type '{ key: number; appName: string; handler: (e: MouseEvent<HTMLButtonElement, MouseEvent>) => void; isPlaceholder: true; name: string; isLoaded: boolean; }' is not assignable to type 'IntrinsicAttributes & AppListItemProps'.
|
Run npm run lint-ts:
src/components/app-list/index.tsx#L152
Type '{ key: string; appName: string; isDeleted: boolean; environmentActiveComponents: { [key: string]: Component[]; } | undefined; latestJob: JobSummary | undefined; ... 4 more ...; name: string; }' is not assignable to type 'IntrinsicAttributes & AppListItemProps'.
|
Run npm run lint-ts:
src/components/app-list/index.tsx#L220
Type '{ key: string; appName: string; handler: (e: MouseEvent<HTMLButtonElement, MouseEvent>) => void; isFavourite: boolean; name: string; isLoaded: boolean; }' is not assignable to type 'IntrinsicAttributes & AppListItemProps'.
|
Run npm run lint-ts:
src/components/environments-summary/environment-ingress.tsx#L66
Cannot find name 'appName'.
|
Run npm run lint-ts:
src/components/environments-summary/environment-ingress.tsx#L66
Cannot find name 'envName'.
|
Run npm run lint-ts:
src/components/replica-list/index.tsx#L7
'ReplicaResourcesUtilizationResponse' is declared but its value is never read.
|
Run npm run lint-ts
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading