Update packages/svelte/src/internal/client/dom/elements/attributes.js

gh-12624
Rich Harris 2 months ago committed by GitHub
parent 9636c88cf2
commit 1896a8cca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -331,7 +331,6 @@ export function set_dynamic_element_attributes(node, prev, next, css_hash) {
}
for (key in next) {
// TODO do we need to separate attributes from properties here? probably
if (get_setters(node).includes(key)) {
// @ts-expect-error
node[key] = next[key];

Loading…
Cancel
Save