File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
react/src/jupyter/ipywidgets Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7171 "lodash-es" : " ^4.17.21" ,
7272 "react" : " ^18.2.0" ,
7373 "react-dom" : " ^18.2.0" ,
74+ "react-json-tree" : " 0.19.0" ,
7475 "styled-components" : " ^5.3.10"
7576 },
7677 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ async function renderManager(
9393 if ( ! valid ) {
9494 throw new Error ( `View state has errors: ${ view_validate . errors } ` ) ;
9595 }
96- const model_id : string = widgetViewObject . model_id ;
96+ const model_id : string = ( widgetViewObject as any ) . model_id ;
9797 const model = models . find ( ( item ) => item . model_id == model_id ) ;
9898 if ( model !== undefined && viewtag . parentElement !== null ) {
9999 const prev = viewtag . previousElementSibling ;
You can’t perform that action at this time.
0 commit comments