Skip to content

v1.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 09:58
· 141 commits to main since this release

Documentation v1.7.1: https://raw.githack.com/uiwjs/react-json-view/11f5378/index.html
Or Doc Website: https://htmlpreview.github.io/?https://github.com/uiwjs/react-json-view/11f5378/index.html
Comparing Changes: v1.7.0...v1.7.1

import JsonViewEditor from '@uiw/react-json-view/editor';

<JsonViewEditor
  value={src}
  onEdit={(opts) => {
+    return true;
  }}
/>