complete-intro-to-react-v8
complete-intro-to-react-v8 copied to clipboard
Vite not loading React
After installing vite and running the vite server, I try to run my code, but get an error message:
Uncaught ReferenceError: React is not defined at App.jsx:19:13
I've attached my code
In your app.jsx file you have to import React from react on the top. Like this; **import React from "react"*.