Skip to content

Commit ab6111d

Browse files
trueadmRich-Harris
andauthored
Update packages/svelte/src/internal/client/render.js
Co-authored-by: Rich Harris <[email protected]>
1 parent da1f0d4 commit ab6111d

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
@@ -138,8 +138,6 @@ export function hydrate(component, options) {
138138
throw HYDRATION_ERROR;
139139
}
140140

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

145143
return /** @type {Exports} */ (instance);

0 commit comments

Comments
 (0)