-
Notifications
You must be signed in to change notification settings - Fork 262
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
Support React 19 #181
Comments
I'm also experiencing a bug which needs to upgrade to React 19 to address, meanwhile, I'm using atlassian/pragmatic-drag-and-drop which does not support React 19 at the moment. Please give some love! |
Hi guys! First of all, I wanted to thank you for the library, it's awesome! Unfortunately, it's blocking us from upgrading React to v19. I understand that upgrading the required version of React sounds scary, but React 19 was released on 5 Dec last year - 2.5 months ago. Could you share some ETA's on this issue to manage the expectations? Also, it seems that And if migrating all might be time-consuming, would it make sense to migrate the mentioned packages one by one? CC: @michaelabrahamian, @declan-warn (pardon, I have no idea who's the right person to mention here 😅) |
Hey @dborysov to give some extra context the code for Pragmatic drag and drop lives in a monorepo that uses React 18. This GitHub repo is just a mirror. That complicates being able to test against React 19 and provide official support for it. That being said, as a short-term action, we might be able to widen the supported range in the |
Following this |
Some packages don't support React 19:
https://github.com/atlassian/pragmatic-drag-and-drop/blob/main/packages/flourish/package.json#L26
https://github.com/atlassian/pragmatic-drag-and-drop/blob/main/packages/react-accessibility/package.json#L31
https://github.com/atlassian/pragmatic-drag-and-drop/blob/main/packages/react-beautiful-dnd-autoscroll/package.json#L31
https://github.com/atlassian/pragmatic-drag-and-drop/blob/main/packages/react-beautiful-dnd-migration/package.json#L31-L32
https://github.com/atlassian/pragmatic-drag-and-drop/blob/main/packages/react-drop-indicator/package.json#L24
The text was updated successfully, but these errors were encountered: