StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

Implement updated react-dnd version to avoid memory leak #144

Open allsportster023 opened 5 years ago

allsportster023 commented 5 years ago

React-dnd v7.4.5 contained a memory leak for draggable components https://github.com/react-dnd/react-dnd/pull/1355. They fixed the issue in 7.5.0. Is there a way that a new release could be created with the updated version of react-dnd?

NOTE: React-dnd is now on v8.0.x, but it looks like the required changes may be a bit more in-depth than the minor release changes.