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

Implicitly has an "any" type. #77

Open Sanalex1 opened 1 year ago

Sanalex1 commented 1 year ago

Screenshot 2023-07-16 at 18 55 31

Sanalex1 commented 1 year ago

Can someone help me with this error. Where did it go wrong?

MaDKnighT404 commented 1 year ago

Can someone help me with this error. Where did it go wrong?

Yes. You using App.tsx - that is a TypeScript file. This project dont't use Typescript. You need to change all files you have from ".tsx" to ".jsx" and ".ts" to ".js"