We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5c4de commit 80e0a97Copy full SHA for 80e0a97
1 file changed
docs/src/components/PlaygroundExample/index.js
@@ -57,8 +57,7 @@ export default function PlaygroundExample({
57
// id is used to stop contents from other examples on the same page being used
58
const id = getId(state);
59
const snippetFiles = files?`${files} #${id}-input.json:input.json #${id}-data.json:data.json`:`#${id}-input.json:input.json #${id}-data.json:data.json`;
60
- console.log(snippetFiles);
61
- return (
+ return (
62
<div>
63
{title && <h2>{title}</h2>}
64
0 commit comments