complete-intro-to-react-v8 icon indicating copy to clipboard operation
complete-intro-to-react-v8 copied to clipboard

Vite not loading React

Open farhanvirji opened this issue 10 months ago • 1 comments

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

adopt_me.zip

farhanvirji avatar Apr 08 '24 02:04 farhanvirji

In your app.jsx file you have to import React from react on the top. Like this; **import React from "react"*.

MuchachoVelho avatar Apr 09 '24 13:04 MuchachoVelho