adrianhajdin / project_3D_developer_portfolio

The most impressive websites in the world use 3D graphics and animations to bring their content to life. Learn how to build your own ThreeJS 3D Developer Portfolio today!
https://jsmastery.pro
5.81k stars 1.29k forks source link

Unable to import the Components #83

Open AbbadonTRD opened 1 year ago

AbbadonTRD commented 1 year ago

I urgently need your assistance. I've followed the steps up to the 49-minute mark in the video, and everything has been functioning correctly so far. However, I'm encountering an error whenever I try to import or modify anything in the components file. Regrettably, I don't know what's causing the problem, and I require help to overcome this issue as it's preventing me from progressing further.

image

aspiluhas commented 1 year ago

import {Suspense,useEffect,useState},React from 'react' try this maybe ?

AbbadonTRD commented 1 year ago

import {Suspense,useEffect,useState},React from 'react' try this maybe ?

not changing anything still same error image image

pranavv444 commented 1 year ago

Remove ",React" it will work fine then.