t3 app + shadcn/ui, `select` component `className`s aren't passed to DOM

i just ran pnpx shadcn-ui@latest add select and it added the component. u can see in the image, the components have classNames however in the browser, ie the DOM, these classNames just vanish? this issue does not happen with other shadcn/ui components. in the images u can see that the component is indeed unstyled.
No description
No description
No description
No description
Solution:
resolved this... i was just dumb.... check ur imports if ur having this issue. i was importing all the same components from @radix-ui/react-select instead of ~/components/ui/select
Jump to solution
1 Reply
Solution
pybash
pybash5mo ago
resolved this... i was just dumb.... check ur imports if ur having this issue. i was importing all the same components from @radix-ui/react-select instead of ~/components/ui/select