-
Notifications
You must be signed in to change notification settings - Fork 76
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
Upon any state change in my react app the arrows disappear. #146
Comments
Same problem here |
Mine just lose the starting point. flys of the top of the screen |
After filtering out the boxes and lines data , arrow flys to the top of the screen. |
you have to make sure the source and target elements are always visible and to render the arrows conditionally. |
Is this problem resolved? I face the same issue here. |
I'm having a similar problem. I am using tabs in my app, where updates on one tab can cause state changes that affect other tabs. When I stay on the same tab and do things, the arrows behave as expected. When I switch to a different tab and the arrows are no longer visible on the screen, if I make a state change in that tab, then switch back to the tab with the arrows, the arrows are gone. Any action on that tab that would cause a re-render does bring the arrows back. #169 could help solve this programmatically. Is there something else I should be doing though? |
Upon any state change in my react app the arrows disappear, like any state in the page. idk if other people have faced this issue with the package or may be I'm doing something wrong. I have simply added it exactly how its in the examples. I'm just showing connection between some cards.
The text was updated successfully, but these errors were encountered: