uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
305 stars 145 forks source link

Switching away from using react-dnd decorators #124

Closed OscarWoHA closed 3 years ago

OscarWoHA commented 4 years ago

Hi!

We've been having some issues with users crashing while switching from one route to another because the old DragAndDropContext creates a new backend on top of the previous one.

Pretty sure moving away from the now called "legacy"/deprecated decorators will resolve the problems. I might be able to put some time into a PR for this exact change, let me know if that's wanted.

jarekwg commented 4 years ago

By all means, please!

Related: #27

dreadera commented 3 years ago

Closing as decorators have been removed.