From 8c044d5572fb6744f5e74b3bbe1e55247a7802e4 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;