build(deps): bump the react-dependencies group across 1 directory with 4 updates #42202
Annotations
3 errors
self-hosted:
static/app/components/events/autofix/autofixInstructionsModal.tsx#L38
Type '{ id: any; name: any; "aria-label": string; placeholder: string; onChange: (e: FormEvent<HTMLTextAreaElement>) => any; disabled: any; value: any; onBlur: any; maxRows: number; autoFocus: true; style: { ...; }; }' is missing the following properties from type 'Pick<HTMLProps<HTMLTextAreaElement>, "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "className" | ... 348 more ... | "poster">': onPointerEnterCapture, onPointerLeaveCapture
|
self-hosted:
static/app/components/forms/controls/textarea.tsx#L31
Type '{ async: true; ref: Ref<HTMLTextAreaElement>; rows: number; maxRows: number | undefined; form?: string | undefined; slot?: string | undefined; style?: CSSProperties | undefined; ... 274 more ...; type?: HTMLInputTypeAttribute | undefined; }' is missing the following properties from type 'Pick<HTMLProps<HTMLTextAreaElement>, "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "key" | "className" | ... 348 more ... | "poster">': onPointerEnterCapture, onPointerLeaveCapture
|
self-hosted
Process completed with exit code 2.
|