From a815d481c07e6b7f348d0496bb48a6f252c95cc0 Mon Sep 17 00:00:00 2001 From: Joe Savona Date: Fri, 23 Feb 2024 14:41:26 -0800 Subject: [PATCH] Support scopes with multiple declarations Expands support for reactive scopes that have multiple declarations. We return an array and destructure after, preserving the reactivity. --- compiler/packages/sprout/src/SproutTodoFilter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/packages/sprout/src/SproutTodoFilter.ts b/compiler/packages/sprout/src/SproutTodoFilter.ts index 0929a043d4..f8f6e5d9fb 100644 --- a/compiler/packages/sprout/src/SproutTodoFilter.ts +++ b/compiler/packages/sprout/src/SproutTodoFilter.ts @@ -439,6 +439,7 @@ const skipFilter = new Set([ "forest/todo-forest-phi-type-unused-initializer.flow", "forest/forest-hook.flow", "forest/access-property-of-non-escaping-value", + "forest/forest-TasksApp.flow", // TODO: we probably want to always skip these "rules-of-hooks/rules-of-hooks-0592bd574811",