From dd383db941dec7ecd6452cb38bd7b4e3fa07b9e5 Mon Sep 17 00:00:00 2001 From: John Chesley Date: Thu, 28 Feb 2019 00:24:41 -0500 Subject: [PATCH] subscribable declarations trigger a new group (#2127) --- src/compile/Component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compile/Component.ts b/src/compile/Component.ts index 32af20c12c..1b843e9ca2 100644 --- a/src/compile/Component.ts +++ b/src/compile/Component.ts @@ -826,6 +826,7 @@ export default class Component { declarators: [declarator], insert: get_insert(variable) }); + current_group = null; } else { if (current_group && current_group.kind !== node.kind) { current_group = null;