adrianhajdin / threejs-portfolio

Learn how to build 3D websites from scratch with the Three.js Crash Course. It's a fun and practical way to create a portfolio that really pops!
https://threejscc-portfolio.vercel.app/
388 stars 71 forks source link

Browser breaks after the completion of CanvasLoader.jsx #4

Open AntoniosKokiantonis opened 3 hours ago

AntoniosKokiantonis commented 3 hours ago

Hi, after the completion of CanvasLoader (aprox 2:00:00 on video), I run it and Chrome browser breaks. I've also noticed that there is a className "canvas-loader" that is nowhere in the index.css. image image

AntoniosKokiantonis commented 2 hours ago

I found out when I remove the ![Uploading image.png…]()

the browser is not breaking now and the page looks like this: image

Any ideas?