We are currently using React DnD + HTML5 backend v14 in VILLASweb. Since April 2022, v16 is out - including some breaking changes in the handling of drag and drop elements that require some changes in the ToolboxItem class and probably also in other parts of the code.
In GitLab by @skolen on Feb 9, 2022, 14:55
We are currently using React DnD + HTML5 backend v14 in VILLASweb. Since April 2022, v16 is out - including some breaking changes in the handling of drag and drop elements that require some changes in the
ToolboxItem
class and probably also in other parts of the code.Release infos are available here:
https://github.com/react-dnd/react-dnd/releases
So far, I could not find a guide for migrating from v14 to v16. We may need to look into this ourselves.