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 12ac504 commit e9ba194Copy full SHA for e9ba194
1 file changed
src/sandpack.tsx
@@ -114,7 +114,6 @@ export const attachToElement = (element: HTMLElement | ChildNode, options: Sandb
114
};
115
const entry = options.entry;
116
const sandpackOptions = options.options;
117
- console.log({ sandpackOptions });
118
const template = (options.template ?? "vanilla") as SandpackPredefinedTemplate;
119
currentRoot.render(
120
<Sandpack
0 commit comments