pull/15961/head
Rich Harris 4 months ago
parent 86ad2a1ead
commit af9fa12f64

@ -452,12 +452,6 @@ export function set_attributes(element, prev, next, css_hash, skip_warning = fal
set_hydrating(true);
}
// for (let symbol of Object.getOwnPropertySymbols(next)) {
// if (symbol.description === ATTACHMENT_KEY) {
// attach(element, () => next[symbol]);
// }
// }
return current;
}

Loading…
Cancel
Save