projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.69k stars 1.17k forks source link

the drag and drop can't work #767

Closed bewithme closed 3 years ago

bewithme commented 3 years ago

anywhere I use this.setState() or this.forceUpdate() method , the drag and drop can't work

sinanyaman95 commented 3 years ago

I don't think this is an issue with the react-diagrams. Maybe you are re-rendering the component in an infinite loop? Some codes or more description will help