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

CanvasLoader Issue #86

Closed pranavv444 closed 1 year ago

pranavv444 commented 1 year ago

After importing Canvas Loader and using it in Suspense Function my screen is going full white. I don't know what is the probelem in CanvasLoader in Computer.jsx file.Whenever I am commenting the import of canvasloader and the suspense function screen goes normal.Pls help me.

TanChunEE commented 1 year ago

Please provide your clear code snippet if the problem persists.

zjian107-su commented 1 year ago

79

There is a limit of how many canvas you can have on the screen. Hope this one helps!

pranavv444 commented 1 year ago

the issur is resolved now.