react-json-tree
react-json-tree copied to clipboard
React JSON Viewer Component, Extracted from redux-devtools
Are there any plans to add on-field-click event? There are only 3 types of events (edit, add, delete). I was wondering if it will be possible to handle on click...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...
Bumps [eslint](https://github.com/eslint/eslint) from 4.10.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
I want to use local state to control whether the all the nodes are expanded or collapsed. If I set a local state variable to `true` and then return that...
Hey guys, I need to use a custom icon (+/-) for the node elements instead of the JSON arrows. How can I do it? Thank you.
shouldExpandNode function should receive the boolean representing whether that node is currently expanded, so that you can make non interfering, partial changes to which nodes are open and closed.
Installed as `npm i react-json-tree` Error: ``` ./node_modules/react-json-tree/lib/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): ReferenceError: Unknown plugin "transform-es3-member-expression-literals" specified in "MY_PROJECT\\node_modules\\react-json-tree\\.babelrc" at 2, attempted to resolve relative to "MY_PROJECT\\node_modules\\react-json-tree" ``` Tried...