galsol
Results
1
comments of
galsol
I had the same issue... After some googling it seems like its an issue with Electron itself. The solution is changing: `import BrowserView from 'react-electron-browser-view' to: `const ElectronBrowserView = window.require('react-electron-browser-view').default;`...