Update react monorepo to v19 (major) #3760
Annotations
10 errors and 1 warning
typecheck:
renderer/components/Jump.tsx#L21
Expected 1 arguments, but got 0.
|
typecheck:
renderer/components/Jump.tsx#L77
Type '{ children: Element; open: boolean; handler: () => void; size: "sm"; }' is missing the following properties from type 'Pick<DialogProps, "open" | "children" | "slot" | "style" | "title" | "animate" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | ... 249 more ... | "dismiss">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
typecheck:
renderer/components/Jump.tsx#L78
Type '{ children: Element[]; }' is missing the following properties from type 'Pick<DialogBodyProps, "children" | "slot" | "style" | "title" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | ... 246 more ... | "divider">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
typecheck:
renderer/components/Jump.tsx#L79
Type '{ value: string; onChange: (e: ChangeEvent<HTMLInputElement>) => void; size: "lg"; color: "blue-gray"; label: string; ref: RefObject<HTMLInputElement>; }' is missing the following properties from type 'Pick<InputProps, "name" | "children" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "value" | "id" | "className" | "color" | "translate" | "onClick" | ... 284 more ... | "shrink">': onPointerEnterCapture, onPointerLeaveCapture, crossOrigin
|
typecheck:
renderer/components/Jump.tsx#L87
Type '{ children: Element[]; }' is missing the following properties from type 'Pick<ListProps, "children" | "slot" | "style" | "title" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | ... 244 more ... | "onTransitionEndCapture">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
typecheck:
renderer/components/Jump.tsx#L89
Type '{ children: string; key: number; selected: boolean; onClick: () => void; }' is missing the following properties from type 'Pick<ListItemProps, "children" | "slot" | "style" | "title" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | ... 248 more ... | "selected">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
typecheck:
renderer/components/Media.tsx#L56
Type '{ children: Element; open: boolean; handler: () => void; size: "lg"; }' is missing the following properties from type 'Pick<DialogProps, "open" | "children" | "slot" | "style" | "title" | "animate" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | ... 249 more ... | "dismiss">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
typecheck:
renderer/components/Media.tsx#L57
Type '{ children: Element; className: string; }' is missing the following properties from type 'Pick<DialogBodyProps, "children" | "slot" | "style" | "title" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | ... 246 more ... | "divider">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
typecheck:
renderer/components/Media.tsx#L59
Type '{ children: Element; variant: "text"; color: "teal"; onClick: () => void; disabled: boolean; }' is missing the following properties from type 'Pick<ButtonProps, "name" | "children" | "form" | "slot" | "style" | "title" | "value" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | ... 259 more ... | "loading">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
typecheck:
renderer/components/Media.tsx#L71
Type '{ children: Element; variant: "text"; color: "teal"; onClick: () => void; disabled: boolean; }' is missing the following properties from type 'Pick<ButtonProps, "name" | "children" | "form" | "slot" | "style" | "title" | "value" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | ... 259 more ... | "loading">': placeholder, onPointerEnterCapture, onPointerLeaveCapture
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading