kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
598 stars 146 forks source link

illegal invocation error when using library as injected micro-ui #96

Open kenoyer130 opened 11 months ago

kenoyer130 commented 11 months ago

Hi we are using another library that uses this library for a Kanban board that uses this library as a dependency. We are running into the issue outlined here https://github.com/kutlugsahin/smooth-dnd/issues/74 and it seems to be related to the REACT unmount not properly finishing so this library is not cleaned up and thus when the screen is reloaded in the same session the conflict above happens.

Has anyone else ran into this? We tried the solutions in the original issue but no luck.