Skip to content

Commit 15a0334

Browse files
authored
Update packages/svelte/src/internal/client/render.js
1 parent d1dab18 commit 15a0334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/svelte/src/internal/client/render.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ export function hydrate(component, options) {
143143
throw HYDRATION_ERROR;
144144
}
145145

146-
// flush_sync will run this callback and then synchronously run any pending effects,
147-
// which don't belong to the hydration phase anymore - therefore reset it here
148146
set_hydrating(false);
149147

150148
return instance;

0 commit comments

Comments
 (0)