We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86f41b commit ba6aca9Copy full SHA for ba6aca9
packages/svelte/src/compiler/compile/render_dom/wrappers/InlineComponent/index.js
@@ -116,7 +116,7 @@ export default class InlineComponentWrapper extends Wrapper {
116
if (
117
variable.reassigned ||
118
variable.export_name || // or a prop
119
- variable.mutated
+ variable.mutated
120
) {
121
this.renderer.component.warn(this.node, compiler_warnings.reactive_component(name));
122
}
0 commit comments