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 8d4407d commit 3637382Copy full SHA for 3637382
runtime/proxy-adapter-dom.js
@@ -1,8 +1,8 @@
1
/* global window, document */
2
import * as svelteInternal from 'svelte/internal'
3
-const svelteInsert = svelteInternal.insert_hydration || svelteInternal.insert;
+const svelteInsert = svelteInternal.insert_hydration || svelteInternal.insert
4
if(!svelteInsert) {
5
- throw new Error('failed to find insert_hydration and insert in svelte/internal');
+ throw new Error('failed to find insert_hydration and insert in svelte/internal')
6
}
7
8
import ErrorOverlay from './overlay.js'
0 commit comments