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 d6468e5 commit 9053d02Copy full SHA for 9053d02
packages/sandpack/src/manager/index.ts
@@ -94,8 +94,8 @@ export default class PreviewManager {
94
} else {
95
this.element = selector;
96
this.iframe = selector;
97
- this.iframe.src = this.bundlerURL;
98
}
+ this.iframe.src = this.bundlerURL;
99
100
this.skipEval = options.skipEval || false;
101
0 commit comments