You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using react-dnd 5 in admin, asset-admin and elemental. The latest version is 16.
In LinkField we implemented drag and drop using dnd-kit instead due to it being more maintained and not completely breaking silverstripe/silverstripe-linkfield#166
We should not attempt to upgrade react-dnd, and instead switch everything over to dnd-kit instead. From memory we talked about doing this at some point offline at the time we did the linkfield work
Notes
If we can't do this for 6.0, we will aim for a minor release but if there are massive breakages for projects, we need to discuss the effects and consider if releasing it in a minor is appropriate
Acceptance criteria
react-dnd and react-dnd-html5-backend are replaced with dnd-kit
react-dnd and react-dnd-html5-backend dependencies are removed
The text was updated successfully, but these errors were encountered:
Follow on from #335
We are using react-dnd 5 in admin, asset-admin and elemental. The latest version is 16.
In LinkField we implemented drag and drop using dnd-kit instead due to it being more maintained and not completely breaking silverstripe/silverstripe-linkfield#166
We should not attempt to upgrade react-dnd, and instead switch everything over to dnd-kit instead. From memory we talked about doing this at some point offline at the time we did the linkfield work
Notes
Acceptance criteria
The text was updated successfully, but these errors were encountered: