I am simply using webView, but show nothing, I have no idea what's happened
import React from 'react';
import logo from './logo.svg';
import './App.css';
import WebView from 'react-electron-web-view'
function App() {
return (
<div className="App">
<h1>why not?</h1>
<WebView src="https://www.google.com" />
</div>
);
}
export default App;
I am simply using webView, but show nothing, I have no idea what's happened