-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[examples] Add shortcut to open example in online IDE #38572
[examples] Add shortcut to open example in online IDE #38572
Conversation
Netlify deploy previewBundle size report |
693de9c
to
e70f59f
Compare
I haven't checked all of the links, but the Joy UI + Next.js in TS example appears to be broken on Stackblitz:
Edit: just checked the example locally and it's throwing the same error. Looks like the font needs to be declared as a const. Edit 2: it appears that #38540 will resolve this error so we shouldn't need to address it here. |
Ah, yes, same as #38306 (comment)
Not sure, in https://developer.stackblitz.com/platform/webcontainers/project-config it doesn't seem to have this option. Make a new issue to create like stackblitz/webcontainer-core#82 |
e70f59f
to
f7ef012
Compare
I did a deep swipe on all the examples. Tried to fix the broken ones and more generally to normalize them. e.g. this PR fixes #38572 (comment). |
I wanted to reproduce a bug, but couldn't without these links. There are probably more examples with whom these online IDE would work but I don't have the time to check them all.
(StackBlitz is first because it loads faster).