Charlie Lynch
Charlie Lynch
Just recently came across [this video](https://www.youtube.com/watch?v=HPoC-k7Rxwo) from Reactathon. David explains the common issues with `useEffect` and mentions some alternatives. One of the least awkward ways to get around the double...
Thank you for getting back to me @predikament. When pressing `Backspace`, I want the focus to go to the selected Tab and as a side effect, also set the child's...
@predikament I have unfortunately moved onto a different project so I have not been using this library as of late. I will close the issue for now and maybe someone...
It seems you are importing `CanvasWidget`, but you are not using it. That is the component that renders out your diagram model. If you refer to this [demo](https://github.com/projectstorm/react-diagrams/blob/master/diagrams-demo-gallery/demos/demo-simple/index.tsx). Take line...
I don't see the use of `CanvasWidget` anywhere apart from the import statement. I would recommend using the [demo code](https://github.com/projectstorm/react-diagrams/blob/master/diagrams-demo-gallery/demos/demo-simple/index.tsx) as a basis and see if the problem still persists...