I have a react three fiber + drei project. My component tree is like this:
I have the Loader working properly, but how do I pause the loading of the canvas and freeze the loader ex. at 50% progress so I can ex. tweak the styles of the loader? I tried removing the canvas and just rendering the loader but nothing show up.