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 cb1ea1f commit 8266229Copy full SHA for 8266229
packages/svelte/src/internal/client/hydration.js
@@ -1,6 +1,6 @@
1
// Handle hydration
2
3
-import { schedule_task } from './runtime';
+import { schedule_task } from './runtime.js';
4
5
/** @type {null | Array<Text | Comment | Element>} */
6
export let current_hydration_fragment = null;
0 commit comments