You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property 'getComboboxProps' does not exist on type 'UseComboboxState<string> & UseComboboxPropGetters<string> & UseComboboxActions<string>'.
No overload matches this call.
Type '{ onFocus: () => void; ref: React.RefObject<HTMLInputElement>; }' is not assignable to type 'Pick<UseComboboxGetInputPropsReturnValue, "value" | "id" | "role" | "aria-activedescendant" | "aria-autocomplete" | "aria-controls" | ... 8 more ... | "onChangeText">'.
No overload matches this call.
Property 'getComboboxProps' does not exist on type 'UseComboboxState<SelectChildWithStringType> & UseComboboxPropGetters<SelectChildWithStringType> & UseComboboxActions<...>'.
Property 'ref' does not exist on type 'Pick<UseComboboxGetInputPropsReturnValue, "value" | "id" | "role" | "aria-activedescendant" | "aria-autocomplete" | "aria-controls" | ... 8 more ... | "onChangeText">'.
No overload matches this call.
'value' is specified more than once, so this usage will be overwritten.
Type '{ ref?: RefObject<any> | undefined; id: string; tabIndex: -1; 'aria-controls': string; 'aria-expanded': boolean; onClick?: MouseEventHandler<Element> | undefined; onPress?: ((event: BaseSyntheticEvent<...>) => void) | undefined; hasHover: boolean; isDisabled: boolean; isOpen: boolean; } | { ...; }' is not assignable to type 'IntrinsicAttributes & InlineButtonProps & RefAttributes<HTMLButtonElement>'.
Process completed with exit code 1.
The logs for this run have expired and are no longer available.