-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Playground not loading #4674
Labels
Comments
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 10, 2024
Fixes #4674 Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 10, 2024
#4678 ended up not working on account of the imports being incorrect. Unfortunately updating to use the dist directory still causes problems with ESM resolution (it attempts to import monaco editor since the playground website is bundled into a single file), so reverting to the hard-coded list for now to fix #4674 --------- Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>
@rahulpsd18 Thanks for reporting this issue! It should be back up and running now! |
swatkatz
pushed a commit
to swatkatz/typespec
that referenced
this issue
Nov 5, 2024
Fixes microsoft#4674 Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>
swatkatz
pushed a commit
to swatkatz/typespec
that referenced
this issue
Nov 5, 2024
microsoft#4678 ended up not working on account of the imports being incorrect. Unfortunately updating to use the dist directory still causes problems with ESM resolution (it attempts to import monaco editor since the playground website is bundled into a single file), so reverting to the hard-coded list for now to fix microsoft#4674 --------- Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Typespec Playground is stuck at
Loading libraries...
spinner state.Browser console shows:
Tested in chrome and firefox (both latest versions).
Reproduction
https://typespec.io/playground
Checklist
The text was updated successfully, but these errors were encountered: