Support scopes with multiple declarations
Expands support for reactive scopes that have multiple declarations. We return an array and destructure after, preserving the reactivity.
Joe Savona committed
Feb 23, 2024 at 14:41 UTC
a815d481c07e6b7f348d0496bb48a6f252c95cc0
1 file changed
+1
compiler/packages/sprout/src/SproutTodoFilter.ts
+1
@@ -439,6 +439,7 @@ const skipFilter = new Set([
439
"forest/todo-forest-phi-type-unused-initializer.flow",
440
"forest/forest-hook.flow",
441
"forest/access-property-of-non-escaping-value",
442
+ "forest/forest-TasksApp.flow",
443
444
// TODO: we probably want to always skip these
445
"rules-of-hooks/rules-of-hooks-0592bd574811",