react-json-view
react-json-view copied to clipboard
JSON viewer for react
Version: "react-json-view": "^1.21.3", `displayArrayKey` not present `ReactJsonViewProps` interface definition
> Warning: React does not recognize the `inputRef` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as...
Is there a way to limit the use for a specific template? for example, when the user open an object in the json it will automatically set a pre-defined properties...
- Braces, String and Function keyboard handler Fixes #355
Hello, in the demo i have set COLLAPSED = 1. Then expand the ARRAY object. After expansion I try to modify the COLLAPSED = 2, this causes the rest of...
I am using React JSON View to dynamically update the source object linked with the tree. However I am not able to do so because it doesn't take into account...
@mac-s-g . Thanks for the module . Pretty useful. I was wondering if there is a way where I can style keys & values from my json based on some...
I'm using the latest version of `react-json-view` and getting the following peer dependency warnings. I noticed in #330 that support was added however it seems like that may have been...
In my project, react-json-view is the 3rd largest dependency, as measured by webpack stats. It's 172KB, minified. It's second only to react-bootstrap (459KB) and react-dom (238KB). I was surprised by...
Hello I'm using a version 16 of react and react-dom but constrains are blocked strict :( is it possible to change to @^16.0.0 for react and react-dom ? ```bash yarn...