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 da1f0d4 commit ab6111dCopy full SHA for ab6111d
packages/svelte/src/internal/client/render.js
@@ -138,8 +138,6 @@ export function hydrate(component, options) {
138
throw HYDRATION_ERROR;
139
}
140
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
143
set_hydrating(false);
144
145
return /** @type {Exports} */ (instance);
0 commit comments