Open Issues Need Help
View All on GitHubAI Summary: The user is experiencing a peer dependency conflict when trying to install a data grid component (`https://reui.io/r/data-grid.json`) using `shadcn`. The error indicates a mismatch between the React version used in the project (v19) and the React version required by the `cmdk` package (v18). The task is to resolve this dependency conflict, likely by either updating `cmdk` to support React v19, downgrading React to v18, or using the `--force` or `--legacy-peer-deps` flags with npm install (though this is generally discouraged).
Open-source collection of UI components and animated effects built with React, Typescript, Tailwind CSS, and Motion. Pairs beautifully with shadcn/ui.