We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@AykutSarac The bug is present on `production` and is unrelated to this ticket.
I suggest opening a new issue for this bug.
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:
Hey! I'd like to work on this!
Sorry, something went wrong.
@AykutSarac Is the expected working of this issue to expand all the children, or just expand till the next level of the graph?
@mintbomb27
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.
Successfully merging a pull request may close this issue.
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: