-
Notifications
You must be signed in to change notification settings - Fork 56
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
Visualization breaks on dynamic changes #150
Comments
I've been struggling with this issue in Brave Browser as well. It seems to create spaghetti once something updates (and I suspect it doesn't properly remove nodes from the graph after they're GC'd). |
Hi, @vneznaikin when I am running your code in my local browser, it seems works for me. The reproduce steps:
Please let me know if I miss any steps relate to reproducing this error. |
@TenghuiZhang Yes, your result is correct. But I still get a broken tree. I don't know why. |
@vneznaikin Did you refresh your web page after opened Audion extension? |
@TenghuiZhang Of course. The result is consistently repeatable. |
See Codepen example:
https://cdpn.io/gradopetr/fullpage/BarqZjV [Edit: https://codepen.io/gradopetr/pen/BarqZjV]
Browser: Chrome 104.0.5112.81
Audion 3.0.5
If we use a Timeout of 10 seconds, to simulate dynamic changes, the visualization is not collected correctly
The text was updated successfully, but these errors were encountered: