Skip to content

Commit 0ba9d4e

Browse files
committed
breaking: remove deep reactivity from non-bindable props
1 parent fe49790 commit 0ba9d4e

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,6 @@ function serialize_inline_component(node, component_name, context, anchor = cont
776776
push_prop(b.init(attribute.name, value));
777777
}
778778
} else if (attribute.type === 'BindDirective') {
779-
debugger
780779
if (attribute.name === 'this') {
781780
bind_this = attribute.expression;
782781
} else {

0 commit comments

Comments
 (0)