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 28e2669 commit a9ffd3aCopy full SHA for a9ffd3a
packages/svelte/tests/runtime-legacy/shared.ts
@@ -351,7 +351,7 @@ async function run_test_variant(
351
// @ts-expect-error
352
globalThis.__svelte.uid = 1;
353
354
- if (manual_hydrate) {
+ if (manual_hydrate && variant === 'hydrate') {
355
hydrate_fn = () => {
356
instance = hydrate(mod.default, {
357
target,
0 commit comments