chore(Upload): improve typing of id property #16068
verify.yml
on: push
Run tests and checks
3m 10s
Run build tests
1m 42s
Annotations
4 errors and 2 warnings
Run build tests
Type '{ children: (Element | ReactNode)[]; text?: ReactNode; id: string | Record<string, unknown> | Context<any> | Promise<() => void> | (() => void); ... 22 more ...; onDragLeave: (event: UploadDragEvent) => void; }' is not assignable to type 'Omit<HTMLProps<HTMLElement>, "ref" | "onAnimationEnd">'.
|
Run build tests
Process completed with exit code 2.
|
Run tests and checks
Type '{ children: (Element | ReactNode)[]; text?: ReactNode; download?: boolean; id: string | Record<string, unknown> | Context<any> | Promise<() => void> | (() => void); ... 21 more ...; onDragLeave: (event: UploadDragEvent) => void; }' is not assignable to type 'Omit<HTMLProps<HTMLElement>, "ref" | "onAnimationEnd">'.
|
Run tests and checks
Process completed with exit code 2.
|
Run build tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests and checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|