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.
image.png
2024-02-04_22-41.png
image.png
image.png
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
Was this page helpful?