FIx imports #8050
Annotations
10 errors and 10 warnings
|
Argument of type '{ type: "query"; subscribe: boolean; forceRefetch: number | boolean | undefined; subscriptionOptions: SubscriptionOptions | undefined; endpointName: string; originalArgs: unknown; queryCacheKey: QueryCacheKey; [forceQueryFnSymbol]: (() => QueryReturnValue) | undefined; }' is not assignable to parameter of type 'QueryThunkArg' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
|
Argument of type '{ type: "mutation"; endpointName: string; originalArgs: unknown; track: boolean; fixedCacheKey: string | undefined; }' is not assignable to parameter of type 'MutationThunkArg' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
|
|
|
|
frontend/cypress/e2e/side_window/alert_list/alerts_list.spec.ts#L70
Unexpected unnamed function
|
frontend/cypress/e2e/side_window/alert_list/alerts_list.spec.ts#L95
Unexpected unnamed function
|
frontend/cypress/e2e/side_window/alert_list/alerts_list.spec.ts#L126
Unexpected unnamed function
|
frontend/cypress/e2e/sidebars/custom_zones.spec.ts#L29
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/cypress/e2e/sidebars/regulatory_layers.spec.ts#L376
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/cypress/e2e/sidebars/regulatory_layers.spec.ts#L386
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/cypress/e2e/sidebars/regulatory_layers.spec.ts#L412
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/src/api/alert.ts#L87
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/src/api/alert.ts#L88
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
frontend/src/api/authorization.ts#L36
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
The logs for this run have expired and are no longer available.
Loading