Skip to content

Commit 88ee490

Browse files
committed
fix
1 parent 3f7f6a2 commit 88ee490

File tree

1 file changed

+2
-0
lines changed
  • packages/svelte/src/compiler/phases/2-analyze

1 file changed

+2
-0
lines changed

packages/svelte/src/compiler/phases/2-analyze/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ export function analyze_component(root, source, options) {
442442
has_props_rune: false,
443443
component_slots: new Set(),
444444
expression: null,
445+
render_tag: null,
445446
private_derived_state: [],
446447
function_depth: scope.function_depth
447448
};
@@ -513,6 +514,7 @@ export function analyze_component(root, source, options) {
513514
reactive_statements: analysis.reactive_statements,
514515
component_slots: new Set(),
515516
expression: null,
517+
render_tag: null,
516518
private_derived_state: [],
517519
function_depth: scope.function_depth
518520
};

0 commit comments

Comments
 (0)