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

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/12587/head
Dominic Gannaway 2 years ago committed by GitHub
parent da1f0d49ee
commit ab6111d9dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -138,8 +138,6 @@ export function hydrate(component, options) {
throw HYDRATION_ERROR;
}
// flush_sync will run this callback and then synchronously run any pending effects,
// which don't belong to the hydration phase anymore - therefore reset it here
set_hydrating(false);
return /** @type {Exports} */ (instance);

Loading…
Cancel
Save