pull/13435/head
Simon H 2 years ago committed by GitHub
parent 6c9707d420
commit 35a32c3e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -744,10 +744,7 @@ export function analyze_component(root, source, options) {
}
])
);
if (
is_custom_element_node(element) &&
element.attributes.length === 1
) {
if (is_custom_element_node(element) && element.attributes.length === 1) {
mark_subtree_dynamic(element.metadata.path);
}
}

Loading…
Cancel
Save