react-json-view
react-json-view copied to clipboard
JSON viewer for react
Resolves #247
Im working on a feature that, ideally, would render my json and expand only a search result - which is a specific path like `item.picture.src`. I want to have my...
I found the close brace has been removed: https://github.com/mac-s-g/react-json-view/blob/2feadcec5e1878f4f9319a2742d51b75d519c4dc/src/js/components/DataTypes/Function.js#L79 Is there a bug?
From the latest version, server-side rendering produces following issue ReferenceError: window is not defined at C:\Users\hnhatr\Downloads\reactGo-master\node_modules\react-json-view\dist\main.js:1:150552 at C:\Users\hnhatr\Downloads\reactGo-master\node_modules\react-json-view\dist\main.js:1:150507 at e.exports (C:\Users\hnhatr\Downloads\reactGo-master\node_modules\react-json-view\dist\main.js:1:151009) at Object. (C:\Users\hnhatr\Downloads\reactGo-master\node_modules\react-json-view\dist\main.js:1:146201) at t (C:\Users\hnhatr\Downloads\reactGo-master\node_modules\react-json-view\dist\main.js:1:377) at Object.defineProperty.value (C:\Users\hnhatr\Downloads\reactGo-master\node_modules\react-json-view\dist\main.js:1:41330)...
I'm using a CSS library that doesn't always provide `!important` versions of its utilities, and it's a real chore to work around all the `style`s that your library puts on...
#363 (btw, I did not want to mix it in here, but I recommend running `npm audit fix`)
Hello, I just came across your library and its really nice. I have a problem with the library when I try to load it in my app. As shown in...
A lot of times, we've predefined classes that we want to use with this, need ability to pass that as prop. Thanks!
@mac-s-g This PR is to create a separate component, which can be enabled with boolean Property, `useOptimizedArray={true}`. This Component Allows user to chose to display their Arrays into groups in...
When I type a decimal into an input, a date suggestion appears. This throws the layout off and causes the input to jump around while typing. Can I disable this?