filemanager icon indicating copy to clipboard operation
filemanager copied to clipboard

Package ships with embedded react-dnd

Open kekekeks opened this issue 6 years ago • 1 comments

It conflicts with existing HTML5Backend and doesn't use DragDropContextProvider from the application, because it comes from the actual react-dnd package.

I'm not a webpack expert, but you should probably add it to externals here: https://github.com/OpusCapita/filemanager/blob/master/packages/client-react/config/webpack.config.js#L80

kekekeks avatar Sep 03 '18 19:09 kekekeks

Maybe related to https://github.com/OpusCapita/filemanager/issues/214

We should perform a little research to decide what to do.

Maybe how it resolves in another libraries with react-dnd. Or find similar issue on react-dnd issue tracker.

kvolkovich-sc avatar Sep 03 '18 19:09 kvolkovich-sc