-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems on version 0.0.14 #209
Comments
I had the same, but when I put in You have This could be clearer in documentation. |
Hi there, Additionally any zooming in or out results in all nodes disappearing from the canvas. Is there something I should look for in the config? Is this known behavior? |
Never mind - it turns out that I was not implementing the callbacks on the custom CanvasOuter component which was causing the issue. Found in the console log
This was the hint that the outer canvas component was the issue. |
Hi, we've been using your package and we've ran into several issues with the latest (0.0.14) when migrating from 0.0.8.
Firstly, dragging a node from a sidebar into the canvas places it automatically at (0, 0) [It doesn't matter where you're dropping it at].
Secondly, trying to create a link between two nodes won't show the linking animation (unless you zoom either in or out).
Here's the code which demonstrates the second issue:
The text was updated successfully, but these errors were encountered: