Skip to content

refactor: migrate external packages to internal to avoid version incompatibility #2950

refactor: migrate external packages to internal to avoid version incompatibility

refactor: migrate external packages to internal to avoid version incompatibility #2950

Triggered via pull request January 31, 2025 14:51
Status Failure
Total duration 6m 53s
Artifacts

QA.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
TypeScript
Type '{ children: Element; title?: string | undefined; className?: string | undefined; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; ... 312 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'RefAttributes<HTMLElement>'.
TypeScript
Type '{ children: Element; title?: string | undefined; className?: string | undefined; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; ... 312 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'RefAttributes<HTMLElement>'.
TypeScript
Type '{ title?: string | undefined; className?: string | undefined; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; key?: Key | null | undefined; ... 312 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'RefAttributes<HTMLDivElement>'.
TypeScript
Type 'string | RefObject<any> | ((instance: HTMLUListElement | null) => void) | null' is not assignable to type 'Ref<HTMLUListElement> | undefined'.
TypeScript
Type 'string | ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | MutableRefObject<any> | null' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
TypeScript
Type '{ title?: string | undefined; className?: string | undefined; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; key?: Key | null | undefined; ... 312 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'RefAttributes<HTMLDivElement>'.
TypeScript
Type '{ title?: string | undefined; className?: string | undefined; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; key?: Key | null | undefined; ... 312 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'RefAttributes<HTMLDivElement>'.
TypeScript
Type '{ children: Element; title?: string | undefined; className?: string | undefined; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; ... 312 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'RefAttributes<HTMLDivElement>'.
TypeScript
Type '{ title?: string | undefined; className: string; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; key?: Key | null | undefined; color?: string | undefined; ... 311 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'RefAttributes<HTMLSpanElement>'.
TypeScript
Type '{ title?: string | undefined; className: string; content?: string | undefined; translate?: "no" | "yes" | undefined; prefix?: string | undefined; key?: Key | null | undefined; color?: string | undefined; ... 312 more ...; "data-slot": string; }' is not assignable to type 'RefAttributes<HTMLSpanElement>'.