chore: React 19 #8335
Annotations
10 errors and 1 warning
Build TypeScript
'Dialog' cannot be used as a JSX component.
|
Build TypeScript
'Button' cannot be used as a JSX component.
|
Build TypeScript
'Icon' cannot be used as a JSX component.
|
Build TypeScript
Type 'ReactElement<unknown, string | JSXElementConstructor<any>>' is not assignable to type 'ReactNode | ComponentType<Readonly<{ original: Dialog; }>>'.
|
Build TypeScript
'Button' cannot be used as a JSX component.
|
Build TypeScript
'SplitLayout' cannot be used as a JSX component.
|
Build TypeScript
Argument of type '(props: Partial<ThemedWebComponentProps<TextField, Readonly<{ onValidated: EventName<TextFieldValidatedEvent>; onChange: EventName<TextFieldChangeEvent>; onInput: EventName<...>; onInvalidChanged: EventName<...>; onValueChanged: EventName<...>; }>>> & RefAttributes<...>) => ReactElement<...> | null' is not assignable to parameter of type 'ComponentType'.
|
Build TypeScript
Argument of type '(props: Partial<ThemedWebComponentProps<IntegerField, Readonly<{ onValidated: EventName<IntegerFieldValidatedEvent>; onChange: EventName<IntegerFieldChangeEvent>; onInput: EventName<...>; onInvalidChanged: EventName<...>; onValueChanged: EventName<...>; }>>> & RefAttributes<...>) => ReactElement<...> | null' is not assignable to parameter of type 'ComponentType'.
|
Build TypeScript
Argument of type '(props: Partial<ThemedWebComponentProps<NumberField, Readonly<{ onValidated: EventName<NumberFieldValidatedEvent>; onChange: EventName<NumberFieldChangeEvent>; onInput: EventName<...>; onInvalidChanged: EventName<...>; onValueChanged: EventName<...>; }>>> & RefAttributes<...>) => ReactElement<...> | null' is not assignable to parameter of type 'ComponentType'.
|
Build TypeScript
Argument of type '(props: Partial<ThemedWebComponentProps<DatePicker, Readonly<{ onValidated: EventName<DatePickerValidatedEvent>; onChange: EventName<DatePickerChangeEvent>; onInput: EventName<...>; onOpenedChanged: EventName<...>; onValueChanged: EventName<...>; onInvalidChanged: EventName<...>; }>>> & RefAttributes<...>) => ReactE...' is not assignable to parameter of type 'ComponentType'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading