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 5050 "@lumino/virtualdom" : " ^1.11.2" ,
5151 "@lumino/widgets" : " ^1.26.2" ,
5252 "@voila-dashboards/voila" : " ^0.5.0-alpha.3" ,
53- "react" : " ^17.0.1"
53+ "react" : " ^17.0.1" ,
54+ "react-dom" : " ^17.0.1"
5455 },
5556 "devDependencies" : {
5657 "@babel/core" : " ^7.2.2" ,
Original file line number Diff line number Diff line change 88 ****************************************************************************/
99import '@jupyterlab/nbconvert-css/style/index.css' ;
1010
11+ import 'react-dom' ;
1112import { PageConfig , URLExt } from '@jupyterlab/coreutils' ;
1213import { JupyterLiteServer } from '@jupyterlite/server' ;
1314import { IKernelSpecs } from '@jupyterlite/kernel' ;
1415
1516import { VoilaShell } from '@voila-dashboards/voila' ;
16-
1717import { VoiciApp } from './app' ;
1818import plugins from './plugins' ;
1919import { loadComponent , createModule , activePlugins } from './utils' ;
You can’t perform that action at this time.
0 commit comments