Dialog and Sidebar components not working in turborepo #6411
Replies: 1 comment 1 reply
-
If you ran in to similar issue, check your tailwind config TWICE! Spent hours on this today.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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:

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