Areeb ur Rub
Areeb ur Rub
I am also having this issue, when I am trying to get `val()` from a `snapshot` data from the firebase RealTime Database then this issue is happening. I am not...
No it's not working the shadcn-ui select menu is also nto working inside the Modal.
Hey @panteliselef this repo is reproducing the issue. https://github.com/areeburrub/clerk-userpage-issue the problem is that the shadcn-ui Select Menu is not working inside the Steps: 1. Login 2. Click on the User...
PS: found a way around it also if we remove the `` wrapper from the SelectContent in the `@/components/ui/seletct.tsx` then it works as expected. ```tsx ... ``` check this >...