Skip to content

Commit 7646fae

Browse files
samejrcursoragent
andcommitted
fix(webapp): type Select placement prop for Ariakit provider
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 99f55af commit 7646fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/primitives/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export interface SelectProps<TValue extends string | string[], TItem> extends Om
111111
clearSearchOnSelection?: boolean;
112112
dropdownIcon?: boolean | React.ReactNode;
113113
popoverClassName?: string;
114-
placement?: Ariakit.SelectPopoverProps["placement"];
114+
placement?: Ariakit.SelectProviderProps<TValue>["placement"];
115115
}
116116

117117
export function Select<TValue extends string | string[], TItem>({

0 commit comments

Comments
 (0)