breaking: remove deep reactivity from non-bindable props

pull/12484/head
Dominic Gannaway 2 years ago
parent fe497902d4
commit 0ba9d4e32f

@ -776,7 +776,6 @@ function serialize_inline_component(node, component_name, context, anchor = cont
push_prop(b.init(attribute.name, value));
}
} else if (attribute.type === 'BindDirective') {
debugger
if (attribute.name === 'this') {
bind_this = attribute.expression;
} else {

Loading…
Cancel
Save