How the Async sim loading works:
The entire sim code is put in a separate webpack chunk. This way, the rest of the code can start executing while the sims still load. For a sheet with no sims, or an embed, don't wait for it to load, since we don't need it.
How the Async sim loading works:
The entire sim code is put in a separate webpack chunk. This way, the rest of the code can start executing while the sims still load. For a sheet with no sims, or an embed, don't wait for it to load, since we don't need it.