React Three Fiber Suspense Loader Not Displaying for 3D Globe
I’m working on a 3D globe visualization using React Three Fiber and the three-globe library. The globe takes 1-3 seconds to load. I’ve added a loading component using the useProgress
hook from @react-three/drei
, but the loader is not displaying as expected. It seems the Suspense fallback is not working properly (the loader element is not showing anything for 2 seconds).