refactor: migrate external packages to internal to avoid version incompatibility #2950
QA.yaml
on: pull_request
Build
6m 43s
Tests
1m 15s
ESLint
1m 21s
TypeScript
4m 57s
Prettier
1m 1s
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>'.
|