-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add a console element to view preview iframe console output #415
Comments
To implement this we need a component to show console messages, but we also need to hook the preview iframe to forward those messages. I've been prototyping this and think this is the rough shape of a solution:
Footnotes
|
It would be very useful to be able to view preview console output in the playground, instead of having to have users open up their browser's console and sift or filter to find the right logs. It'd be especially useful for code examples where you just want to show that something happened without wiring up the output to an HTML UI.
The text was updated successfully, but these errors were encountered: