react-json-editor-ui icon indicating copy to clipboard operation
react-json-editor-ui copied to clipboard

React-based visual json editor.

Results 4 react-json-editor-ui issues
Sort by recently updated
recently updated
newest added

https://github.com/jianxiaoBai/react-json-editor-ui/assets/1344906/ce39c859-15ea-4e4c-b9b9-8b978d4b417b After removing the `joinTime` key, the `description` key seems to "take over" the type of the key above it, in this case, it becomes a boolean.

I'm trying to use this library in a project built with antd 4. For some reason, importing the component (without even importing the styles) breaks my theming and makes the...

1. 新增了copy功能 2. 移除了不必要的yarn.lock文件 3. 增加了size-limit容量(emmm...10KB 不够用了) 如果可以合入辛苦改一下example图片和README

Hello, When trying to edit the data received by the Editor from outside the component, the data state updates, but the component does not re-render. Is there any way to...