We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d983cf5 commit 2af0fc5Copy full SHA for 2af0fc5
packages/react/select/src/select.tsx
@@ -536,8 +536,8 @@ const Slot = createSlot('SelectContent.RemoveScroll');
536
537
const SelectContentImpl = React.forwardRef<SelectContentImplElement, SelectContentImplProps>(
538
(props: ScopedProps<SelectContentImplProps>, forwardedRef) => {
539
+ const { __scopeSelect } = props
540
const {
- __scopeSelect,
541
position = 'item-aligned',
542
onCloseAutoFocus,
543
onEscapeKeyDown,
0 commit comments