I am facing an unexpected bug. On my page I have a bunch of 2D images and assets and one 3D model. When I open the website, the 2D assets show, then the loading.tsx file shows and then disappears when the 3D asset loads.
I tried using loading.tsx files in NextJS. I also tried using Suspense and fallback. I can use state as a last resort but that would turn my nextjs project into react