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
Why are we not passing asChild through on the Select.Item component for select.web? I just spent 30 minutes trying to figure out why Radix wasn't forwarding <Select.Item> to my custom <Button> component, only to see in the source code for @rn-primitives/packages/select/src/select.web.tsx:
Is there a reason why we're passing <>{children}</> as children and not forwarding asChild? If this is an oversight, I'm happy to open another PR for it.
The text was updated successfully, but these errors were encountered:
On web,
<Select.Item asChild>
does nothing.Why are we not passing
asChild
through on theSelect.Item
component forselect.web
? I just spent 30 minutes trying to figure out why Radix wasn't forwarding<Select.Item>
to my custom<Button>
component, only to see in the source code for@rn-primitives/packages/select/src/select.web.tsx
:Is there a reason why we're passing
<>{children}</>
as children and not forwardingasChild
? If this is an oversight, I'm happy to open another PR for it.The text was updated successfully, but these errors were encountered: