mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Support scopes with multiple declarations
Expands support for reactive scopes that have multiple declarations. We return an array and destructure after, preserving the reactivity.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user