-
-
Notifications
You must be signed in to change notification settings - Fork 445
feat: Update peerDependencies to include React 19 #651
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
feat: Update peerDependencies to include React 19 #651
Conversation
🦋 Changeset detectedLatest commit: b78a9f6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Since React 19 is stable is it going to be merged? Is is actively maintained? |
Is this going to be focused on soon? |
@juliencrn alot of apps waiting to upgrade to React 19 depend on this library. Can this be prioritized? |
Upvoted this as this is preventing anyone using this library to upgrade to NextJS 15 which requires React 19 as a peer dependency. |
Given the current state of this repository I’ve forked it and published my own version. Some dependencies are updated and had to do some minor changes to align with the latest behavior of useRef (which requires an argument). You can review the changes here: a1af647d5a41d820cb0863ef7bb54681e806173c. Feel free to replace If you encounter any issues, feel free to open a pull request, and I’ll take a look when I have some time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @michal-worwag.
Apologies y'all for the delay 🙈
Add React 19 to peerDependencies