From 3f2c5a202c33c6fc4e6a70f7869c829e97c9886b Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Fri, 5 Aug 2022 11:59:02 +0300 Subject: [PATCH] remove baseURI argument for core --- src/App/App.js | 1 - 1 file changed, 1 deletion(-) 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 }),