Dennis
Dennis
@htshah @201flaviosilva how are you all getting this to work with react 18?
I'm running into a similar issue as well @FleetAdmiralJakob which new CLI are you using to fix this problem?
@FleetAdmiralJakob Ok gotcha. I'm running the create-t3-app CLI and running the CLI through this `npx shadcn-ui@latest init` and breaking CSS. Your approach seems better - are you manually adding in...
Here are the steps I'm running to get to that result: 1. `npx create-t3-app@latest` 2. `npx shadcn-ui@latest init`  3. Copy `tailwind.config.ts` from https://github.com/juliusmarminge/t3-complete/blob/main/tailwind.config.ts and paste that in the new...
Hey @FleetAdmiralJakob ! thank you - I got it working! can you help me understand what was the problem? I'd love to expand my mental model on what went wrong....
@carosaome running into the same error. Did you have a fix?
Sweet, thanks for linking that! Checking it out now
Running into a bunch of type errors as well with a fresh typescript install. installing @types/three didn't solve it for me. any solutions? 
@agtseito have you figured out how to include scrollable content with snapPoints as well as modal being false. I have these in my drawer.root props ``` ``` and I unfortunately...