question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove <Playground> from output in the Playground

See original GitHub issue

When using <Playground> docz renders the <Playground> component as well as the component markup. Can it be removed?

Make this:

<Playground>
  <MyComponent />
</Playground>

Like this:

<MyComponent />

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:29
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
pedronauckcommented, Jun 30, 2018

🎉  Fixed and released in the new v0.4.0

2reactions
pedronauckcommented, Jun 27, 2018

To facilitate user feedbacks and make a really good roadmap, now we’re using Canny as a tool to create our roadmap 😍

We think that is better keep Github issues only for bugs and other issues! 🐞 This issue is already on our roadmap, so I’ll close this issue in favor of it!

👉🏻 Check this issue on roadmap

Read more comments on GitHub >

github_iconTop Results From Across the Web

swift - Get rid off extra output in playground - Stack Overflow
I am currently learning swift, so I'm working in the swift playground with xcode. I am working with classes but I get some...
Read more >
console output in playgrounds 7 | Apple Developer Forums
Hi,. just wondering if the console output has been removed in playgrounds 7? A console panel is available for print() statements in playgrounds...
Read more >
Read Write and Delete — File Handling from XCode Playground
Every Playground has the ability to access a shared documents ... To delete a file we use the FileManager to remove the file...
Read more >
UNDO option in playgrounds? (A little bit of autocompletion ...
Yes, we need an undo feature in the code playground. ... And first line output is coming Enter a number0 , I want...
Read more >
Settings & Buttons - EDA Playground Documentation
EDA Playground supports multiple files, up to a total character limit of 1,000,000. The files may be HDL source files, or text files...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found