dnd-multi-backend icon indicating copy to clipboard operation
dnd-multi-backend copied to clipboard

Update v6 version React dependencies

Open Clariity opened this issue 3 years ago • 2 comments

The current stable release (v6.0.2) has a React dependency of ^16.14.0 .

My application uses React 17 and is getting issues trying to use this package with the conflicting dependencies, and using ^7.0.0-alpha.4 isn't working because it has bugs with Preview on mobile.

Are you able to update v6 to accommodate react ^17.0.2 and react-dom ^17.0.2 please?

Clariity avatar Jan 12 '22 23:01 Clariity

It would be nice, if you support the react 17

Fridious avatar Mar 14 '22 17:03 Fridious

Hi @Clariity and @Fridious,

Is there any reason you can't use 7.0.0? I have tried to fix 6.0.2 to add React 17 support but couldn't fix the build. The codebase has been through a major refactor between 6 and 7 and I am not sure I would be able to patch it without a massive rewrite.

LouisBrunner avatar Aug 31 '22 16:08 LouisBrunner