File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-json-view" ,
33 "description" : " Interactive react component for displaying javascript arrays and JSON objects." ,
4- "version" : " 1.11.5 " ,
4+ "version" : " 1.11.6 " ,
55 "main" : " dist/main.js" ,
66 "files" : [
77 " dist/"
Original file line number Diff line number Diff line change @@ -78,14 +78,15 @@ export default class extends React.Component {
7878 }
7979 }
8080
81- componentDidUpdate ( ) {
82- ObjectAttributes . set (
83- this . rjvId ,
84- 'global' ,
85- 'src' ,
86- this . props . src
87- ) ;
88- }
81+ // PR 96 - removed until major version update occurs
82+ // componentDidUpdate() {
83+ // ObjectAttributes.set(
84+ // this.rjvId,
85+ // 'global',
86+ // 'src',
87+ // this.props.src
88+ // );
89+ // }
8990
9091 init = ( props ) => {
9192 for ( let i in this . defaults ) {
You can’t perform that action at this time.
0 commit comments