Replies: 1 comment
-
If you ran in to similar issue, check your tailwind config TWICE! Spent hours on this today.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm trying to run my t3 project with turbo repo and shadcn. From what I see most of the components are working, but dialog and sidebar does not.. What might be a cause? This is how Dialog looks like:
![image](https://private-user-images.githubusercontent.com/36776006/405010276-34eed6bb-beda-4148-82e7-d7b7db10d562.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTI3MDksIm5iZiI6MTczOTE1MjQwOSwicGF0aCI6Ii8zNjc3NjAwNi80MDUwMTAyNzYtMzRlZWQ2YmItYmVkYS00MTQ4LTgyZTctZDdiN2RiMTBkNTYyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAxNTMyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYzOTNiZDUwMDk5YjIzOTg5MjFiMmYwYmFhMWVhMTU5MGI4OGMwMTg3NWM0ZDVkMWNkMDFjZDU3ZWM5OTg5YmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.k1-jFoQudNTIos9H0JvNO_2ngZywehfHXS101ZiFzoE)
Sidebar does not even show up...
Here is a minimal repro repo, I also see that there is some problem importing
@workspace/ui/hooks/use-mobile
-> I had to use@workspace/ui/hooks/use-mobile.js
I use pnpm, and followed the monorepo example.
Beta Was this translation helpful? Give feedback.
All reactions