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 36d954d commit 53a6c07Copy full SHA for 53a6c07
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