-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Collapse bug #241
Comments
AykutSarac
added
bug
Something isn't working
roadmap
Part of the roadmap
hacktoberfest
labels
Oct 15, 2022
Hey! I'd like to work on this! |
@AykutSarac Is the expected working of this issue to expand all the children, or just expand till the next level of the graph? |
At this point, in the video at 0:04, you can see other nodes appear besides the expected one (the disconnected node is not expected) |
@AykutSarac I've created PR #243 to fix this issue. Could you please take a look when you get some time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest opening a new issue for this bug.
Screen.Recording.2022-10-05.at.22.02.44.mov
You can reproduce it by using this JSON:
{ "test": "test", "members": [ { "test": "test", "members": [ { "test": "test", "members": [ { "test": "test", "members": [] } ] } ] } ] }
Originally posted by @VladCuciureanu in #230 (comment)
The text was updated successfully, but these errors were encountered: