Skip to content

refactor!: update updateInput function signature in DataInputViewProps #113

refactor!: update updateInput function signature in DataInputViewProps

refactor!: update updateInput function signature in DataInputViewProps #113

Triggered via push August 16, 2024 07:40
Status Failure
Total duration 29s
Billable time 1m
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build
Type '{ primitives: { button: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>; input: React.ForwardRefExoticComponent<...>; select: React.ForwardRefExoticComponent<...>; option: React.ForwardRefExoticComponent<...>; }; components: { ...; }; templates:...' is not assignable to type 'ThemeSpec'.
build
Property 'MultipleSelect' is missing in type '{ Button: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>; Input: React.ForwardRefExoticComponent<...>; Select: <T>(p: SelectProps<T> & { ref?: React.Ref<HTMLSelectElement>; }) => React.ReactNode; }' but required in type '{ Button: ComponentType<ButtonHTMLAttributes<HTMLButtonElement> & RefAttributes<HTMLButtonElement>>; Input: ComponentType<...>; Select: <T>(props: SelectProps<...> & { ...; }) => ReactNode; MultipleSelect: <T>(props: SelectProps<...> & { ...; }) => ReactNode; }'.
build
Process completed with exit code 2.