react-multi-select-component icon indicating copy to clipboard operation
react-multi-select-component copied to clipboard

Feature Request: Add React 19 Compatibility

Open nlivenketan opened this issue 10 months ago • 1 comments

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 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!

nlivenketan avatar Jan 02 '25 12:01 nlivenketan