You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make a PR. We want to split LogMonitor itself too: #61. Splitting JSONTree is a nice start.
Please make sure to keep the credits somewhere in package.json and/or README:
// ES6 + inline style port of JSONViewer https://bitbucket.org/davevedder/react-json-viewer/// all credits and original code to the author// Dave Vedder <[email protected]> http://www.eskimospy.com/// port by Daniele Zannotti http://www.github.com/dzannotti <[email protected]>
Hi, I'm wondering if
JSONTree
can be its own npm package. I need a JSON viewer for my app, and I thought it'd be nice if I can use this.https://github.com/gaearon/redux-devtools/blob/master/src/react/JSONTree/index.js
Of course I can just import
redux-devtools/src/react/JSONTree
but it'd be nicer if it's in own npm package. I can make a PR if that's ok.For now, I think I'm going to use this:
https://github.com/Lapple/react-json-inspector
The text was updated successfully, but these errors were encountered: