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

ObjectPreview should be used in place of ObjectLabel #95

Open
jcready opened this issue Oct 15, 2019 · 0 comments
Open

ObjectPreview should be used in place of ObjectLabel #95

jcready opened this issue Oct 15, 2019 · 0 comments

Comments

@jcready
Copy link

jcready commented Oct 15, 2019

Collapsed nested objects/arrays in Chrome's devtools show the preview of the value not just Object or Array, upon expansion the preview goes away for objects, but not for arrays.

react-inspector

The preview also prevents line-wrapping using the following CSS:

TreeNode {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

I would love to be able to customize these things to suit my needs, but none of these things are configurable do to the way things are encapsulated. So for now this is simply a bug.

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

No branches or pull requests

1 participant