Closed IMax153 closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
website-content | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 2, 2024 0:46am |
website-landing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 2, 2024 0:46am |
website-proxy | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 2, 2024 0:46am |
Type
Description
This PR enables optimistic loading of the editor UI while dependencies are still being installed.
The UI will still wait for the WebContainer / Monaco to mount before unloading the playground loader.
Monaco's diagnostics are disabled until dependencies are installed to avoid showing diagnostic errors in the editor.
Related