Open the developer console, and notice that you get a load timeout error, probably for THREE.js because it's the biggest
We probably have to move the fatalError() code to boot.js so that this can get caught there.
Ideally we would be able to get rid of these timeout errors too... they seem really tight in their time deadlines. I guess we're supposed to bundle them together for deployments, so the tight latency requirements might just be designed for development.
Steps to reproduce:
We probably have to move the fatalError() code to boot.js so that this can get caught there.
Ideally we would be able to get rid of these timeout errors too... they seem really tight in their time deadlines. I guess we're supposed to bundle them together for deployments, so the tight latency requirements might just be designed for development.