i have error message like this Uncaught TypeError: Cannot read properties of null (reading 'Symbol(CommonJSTransformed)')
And my code is here
import "./App.css";
import axios from "axios";
import { useEffect, useStatet } from "react";
function App() {
return (
<h1>hihi</h1>
);
}
export default App;
if you know the problem plz talk to me. I'll waiting for you.