react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

Unusable on largish JSON data structures.

Open rwollgar opened this issue 3 years ago • 3 comments

Rendering is slow and broswer hangs while rendering JSON. Also the JSON structure is no fully rendered.

rwollgar avatar Nov 27 '21 03:11 rwollgar

I have exactly the same issue. A free form edit mode and a validation+formatting step before saving and returning to the standard key-value edit mode would do the trick.

plorenzatto avatar Dec 14 '21 16:12 plorenzatto

did you guys find any solution?

shah21 avatar Mar 07 '22 06:03 shah21

sending in the props collapsed={true} seems to fix the browser crash issue for me

Dingoldine avatar Mar 08 '22 15:03 Dingoldine