Daniele Luisetto
Daniele Luisetto
Hi @wsoule, this error appears when you try to use Client component features inside Server components. The message suggests that the issue is related to the checkbox component, try to...
Hi @fluid-design-io , that's awesome thank you. 💪 Btw I removed the `index` file since I've managed to make auto-imports work without it. I'll leave this issue opened in case...
> Hi @dan5py, are you planning to merge it? I think it would be a really great update for this repo to show that even different projects can share shadcn/ui...
> @dan5py I was not able to make auto imports work on VsCode. That should work out of the box? Hi @atralice, it should work out of the box. Maybe...
@dhmoon91 if you the import to behave like that you need to edit your `tsconfig/nextjs.json`, like this: ```diff "paths": { "@/*": ["./*"], "@ui/*": ["../../packages/ui/*"], - "@ui/components/*": ["../../packages/ui/components/ui/*"], "@ui/components/ui/*": ["../../packages/ui/components/ui/*"] }...
This should be fixed with the new release `1.1.0` (2bc1a8c0fb0cec07994b86bab66cd78c8d8bb3b6)
Hi @RudiPersson, could you please try this https://github.com/dan5py/turborepo-shadcn-ui/issues/17#issuecomment-2021476024
> does it mean if i want to use alias like @/* in both package/ui and apps/docs they will be conflicting and I need separate alias for ui package? That's...
Thank you @evgenius1424 That's great 💪.
Hi @RhysSullivan, I just submitted a PR that add the prefix your asking for. I think it's actually a nice feature, let's see what @shadcn thinks about it.