react-tailwindcss-select icon indicating copy to clipboard operation
react-tailwindcss-select copied to clipboard

Add Support for React 19

Open pythonnelson opened this issue 6 months ago • 0 comments

Hi,

I'm currently working on a React 19 and would like to continue using react-tailwindcss-select. However, I noticed that version 1.8.5 specifies a peer dependency on React 18, and there doesn't seem to be official support for React 19 yet.

Details:

Package version: 1.8.5

React version: 19.0.0

Issue: Peer dependency warnings during deployment.

Expected Behavior:

It would be beneficial for the package to officially support React 19 to ensure compatibility and ease of integration for projects using the latest React version.

Suggested Solution:

Update the package's peer dependencies to include React 19.

Test the package with React 19 to ensure compatibility.

Release an updated version reflecting these changes.

If there's already work underway to support React 19, please let me know. I'm also willing to assist with testing or other contributions to facilitate this update.

Thanks for your work on this component!

pythonnelson avatar May 05 '25 20:05 pythonnelson