[feat]: Add react 19 support
Feature description
When the project is deployed, it marks too many errors due to compatibility issues with the dependencies they use and react19 itself.
Affected component/components
Combobox and calendar
Additional Context
Additional details here...
Before submitting
- [x] I've made research efforts and searched the documentation
- [x] I've searched for existing issues and PRs
It will work if you install react 18
Yeah and upgrading cmdk to latest causes issues aswell. imt not sure how to resolve..
See this docs page. There is a canary release that supports React 19 and Tailwind V4.
Also, see this GitHub discussion.
can you update your dependencies? cmdk has been updated to work with React 19.
npm install cmdk@latest
can you update your dependencies?
cmdkhas been updated to work with React 19.
npm install cmdk@latest
I tried updating every dependency to latest and had no issues installing it all. But when i use the combobox for example, the options within it is not working. They are greyed out kinda and not selectable