You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, react-multi-select-component supports React versions up to 18. However, I am using React 19 in my project and would like to continue using this component. While the component works fine with React 19, the build fails due to the peerDependencies not being updated for React 19 support.
Could you please update the component to support React 19 in the peerDependencies so that the build can proceed without errors?
Additional Context:
I'm using React 19 in my project, and everything works fine except for the build failure caused by missing peerDependencies.
The peerDependencies in the package.json need to be updated to include React 19.
If the peerDependencies are updated, the build will succeed without issues.
If you need any help testing or if you'd like me to provide further details on the issues I'm facing, feel free to reach out!
Expected Outcome:
The component should be compatible with React 19 without breaking any existing functionality and allow successful builds.
Thank you!
The text was updated successfully, but these errors were encountered:
Feature Request: Add React 19 Compatibility
Currently,
react-multi-select-component
supports React versions up to 18. However, I am using React 19 in my project and would like to continue using this component. While the component works fine with React 19, the build fails due to thepeerDependencies
not being updated for React 19 support.Could you please update the component to support React 19 in the
peerDependencies
so that the build can proceed without errors?Additional Context:
peerDependencies
.peerDependencies
in thepackage.json
need to be updated to include React 19.peerDependencies
are updated, the build will succeed without issues.If you need any help testing or if you'd like me to provide further details on the issues I'm facing, feel free to reach out!
Expected Outcome:
Thank you!
The text was updated successfully, but these errors were encountered: