We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac7422 commit ade8bbeCopy full SHA for ade8bbe
packages/codesandbox-playground/README.md
@@ -34,7 +34,7 @@ import { Manager } from 'codesandbox-playground';
34
35
// Let's say you want to show the preview on #preview
36
const m = new Manager(
37
- '#app',
+ '#preview',
38
{
39
files: {
40
'/index.js': `console.log(require('uuid'))`,
0 commit comments