shadcn-ui / ui

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://ui.shadcn.com
MIT License
75.12k stars 4.69k forks source link

[bug]: Installing Dependencies issue #5853

Open iamafridi opened 6 days ago

iamafridi commented 6 days ago

Describe the bug

I'm using the latest version of Next.js and attempted to integrate ShadCN, but I keep encountering errors. I've tried several approaches, including adding this to my package.json: "overrides": { "react-is": "^19.0.0-rc-69d4b800-20241021" } I also tried manually installing dependencies and adjusting the React version, but the errors persist. Unfortunately, I haven't found any reliable solutions online, and the official documentation doesn't offer much help either.

Affected component/components

installation

How to reproduce

N/A

Codesandbox/StackBlitz link

No response

Logs

No response

System Info

N/A

Before submitting