Update react monorepo to v19 (major) #4370
Annotations
10 errors
          | 
                      
                          build: 
                        renderer/components/Media.tsx#L76
                      
                       Type '{ children: Element; variant: "text"; color: "teal"; onClick: () => void; disabled: boolean; }' is missing the following properties from type 'Pick<ButtonProps, "children" | "form" | "slot" | "style" | "title" | "value" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | ... 259 more ... | "loading">': placeholder, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        renderer/components/Media.tsx#L63
                      
                       Type '{ children: Element; variant: "text"; color: "teal"; onClick: () => void; disabled: boolean; }' is missing the following properties from type 'Pick<ButtonProps, "children" | "form" | "slot" | "style" | "title" | "value" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | ... 259 more ... | "loading">': placeholder, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        renderer/components/Media.tsx#L61
                      
                       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, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        renderer/components/Media.tsx#L60
                      
                       Type '{ children: Element; open: boolean; handler: () => void; size: "lg"; }' is missing the following properties from type 'Pick<DialogProps, "children" | "slot" | "style" | "title" | "animate" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | ... 249 more ... | "dismiss">': placeholder, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        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, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        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, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        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, "children" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "value" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | ... 283 more ... | "shrink">': onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture, crossOrigin | 
| 
                      
                          build: 
                        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, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        renderer/components/Jump.tsx#L77
                      
                       Type '{ children: Element; open: boolean; handler: () => void; size: "sm"; }' is missing the following properties from type 'Pick<DialogProps, "children" | "slot" | "style" | "title" | "animate" | "id" | "className" | "color" | "translate" | "onClick" | "key" | "defaultChecked" | "defaultValue" | ... 249 more ... | "dismiss">': placeholder, onResize, onResizeCapture, onPointerEnterCapture, onPointerLeaveCapture | 
| 
                      
                          build: 
                        renderer/components/Jump.tsx#L21
                      
                       Expected 1 arguments, but got 0. |