Skip to content
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

Prevent empty nodes to render expand icon #694

Closed
pditommaso opened this issue Oct 16, 2024 · 4 comments · Fixed by #697
Closed

Prevent empty nodes to render expand icon #694

pditommaso opened this issue Oct 16, 2024 · 4 comments · Fixed by #697
Assignees

Comments

@pditommaso
Copy link
Collaborator

There's a minor inconsistency in the collapsible tree view rendered in the inspect page.

In some cases empty nodes are rendered with a plus icon even if there's no content, instead of being disabled (see below).

Likely this happens because there's empty object associated with it

Screenshot 2024-10-16 at 10 19 49
@pditommaso
Copy link
Collaborator Author

@munishchouhan munishchouhan linked a pull request Oct 16, 2024 that will close this issue
@pditommaso
Copy link
Collaborator Author

This is still happening, check for example "annotations" here

@pditommaso pditommaso reopened this Oct 19, 2024
@munishchouhan
Copy link
Member

This is still happening, check for example "annotations" here

ok, i will look into it

@munishchouhan
Copy link
Member

PR to fix this issue:
#706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants