I have tried many ways but failed to resolve it. It might be a small logic I had missed. I have tried gltf validation and showed many unused objects in the file that attached for the reference. I installed the dependencies from my research also. But I haven't find any solution. I have attached all the screenshots for the reference. Please correct me where I missed.
#@adrian I tried your 3d Portfolio with your tutorial but faced an error after running Computers.jsx
17 messages · Page 1 of 1 (latest)
Faced console errors for all the components
@Adrian Could you help me to solve this.
if you have done some basic react applications in past then u should know react component name should start wil cap letter. here it should be :
<HemisphereLight /> not
< hemisphereLight />
u should read that error message carefully. it is written clearly - use Pascal case for react compo
now for the 3rd error, check the dom property, its written clearly in that error msg : not recognizable. check again. its should be backgroundColor, not groundColor
these are basic css.
READ ERROR MSG CAREFULLY. SOLUTIONS ARE ALREADY THERE
hover that blue mark and check the message.
guys do you have the index.css and tailwind.config.js code that he used in video ?
check his source code, its given in the video desp
i checked his github but the index.css and tailwindconfig was different from the video
no issue use that one and customize it nah ??? its not that hard.
you are right . tnx brother