chore: remove obsolete comment (#12615)

pull/12619/head
Rich Harris 1 year ago committed by GitHub
parent 97d5cf178f
commit a212b0d2fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -146,9 +146,6 @@ export function hydrate(component, options) {
return /** @type {Exports} */ (instance);
} catch (error) {
if (error === HYDRATION_ERROR) {
// TODO it's possible for event listeners to have been added and
// not removed, e.g. with `<svelte:window>` or `<svelte:document>`
if (options.recover === false) {
e.hydration_failed();
}

Loading…
Cancel
Save