diff --git a/src/App/App.js b/src/App/App.js index 570c655f0..d7a8ef54a 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -17,7 +17,6 @@ const App = () => { }, []); const services = React.useMemo(() => ({ core: new Core({ - baseURI: document.baseURI, appVersion: process.env.VERSION, shellVersion: null }),