react-multi-select-component
react-multi-select-component copied to clipboard
Feature Request: Add React 19 Compatibility
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 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
peerDependenciesin thepackage.jsonneed to be updated to include React 19. - If the
peerDependenciesare 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!