File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -780,6 +780,7 @@ This component is heavily inspired by [react-json-view](https://github.com/mac-s
780780
781781## Changelog
782782
783+ - **1.20.0**: Refactor out direct access of global `document` object, which allows component to work with server-side rendering
783784- **1.19.2**:
784785 - Boolean toggle key can be customised [#150](https://github.com/CarlosNZ/json-edit-react/issues/150)
785786 - Pass `nodeData` to [custom buttons](#custom-buttons) [#146](https://github.com/CarlosNZ/json-edit-react/issues/146)
Original file line number Diff line number Diff line change 33 */
44
55/* Installed package */
6- // export * from 'json-edit-react'
6+ export * from 'json-edit-react'
77
88/* Local src */
9- export * from './json-edit-react/src'
9+ // export * from './json-edit-react/src'
1010
1111/* Compiled local package */
1212// export * from './package/build'
You can’t perform that action at this time.
0 commit comments