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 e38f2e9 commit 38576f4Copy full SHA for 38576f4
CHANGELOG.md
@@ -9,6 +9,7 @@ Breaking changes:
9
New features:
10
11
Bugfixes:
12
+- Fix double `main` invocation (#295 by @JordanMartinez)
13
14
Other improvements:
15
client/public/frame.html
@@ -7,13 +7,7 @@
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
<script>
window.esmsInitOptions = {
- // -- Hooks --
- // Module load error
- onerror: (e) => {
- console.log("Error while loading module: ");
- console.log(e);
- throw e;
16
- },
+ shimMode: true,
17
};
18
</script>
19
<!--
0 commit comments