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

Feature Request: add lazyload function prop to handle all value

Open xingxinglieo opened this issue 3 years ago • 0 comments

circular reference is common, but this component can't handle it One way to handle it is lazyload, when expand the callapsed value, the value will pass into the lazyload function, then recieve the return value as the new callapsed value, if it is an object or array, only expand one layer. In addition, lazyload function can handle the types that are not in the definition(Map, Set, Function) by myself

xingxinglieo avatar Jan 26 '22 13:01 xingxinglieo