Type '{ role: "listbox"; "aria-labelledby": string | undefined; "aria-multiselectable": string; selectionVariant: "multiple" | "single"; items: ItemProps[]; textInputProps: Partial<TextInputProps>; ... 16 more ...; placeholderText: string; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & FilteredActionListProps'.