Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add React 19 Compatibility #729

Open
nlivenketan opened this issue Jan 2, 2025 · 0 comments
Open

Feature Request: Add React 19 Compatibility #729

nlivenketan opened this issue Jan 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nlivenketan
Copy link

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 nlivenketan added the enhancement New feature or request label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant