react-object-inspector icon indicating copy to clipboard operation
react-object-inspector copied to clipboard

Please see https://github.com/xyc/react-inspector for the latest

Results 6 react-object-inspector issues
Sort by recently updated
recently updated
newest added

Currently, all objects are displayed as `Object`, regardless of their prototype, unlike in DevTools.

The peer dependency of `"react": "^0.14.0"` conflicts with our project, since we use a newer version of react. The object inspector still works great with newer versions of React, so...

Hi, I would like to know if it's possible to show a "preview" of the node's content when this node is collapsed (like the first image on the README). It...

Before: ``` js Object {text: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis...

Embedding this library in `0.1.x` in a project with a modern build step was very easy and provided an opportunity to adjust and/or overwrite styles. For example, I would like...