Support prefixed useState due to pre-bundling
Joe Savona committed
Feb 28, 2024 at 13:12 UTC
6dbec55791dd858cceb4fb145df2300bab12281a
1 file changed
+1
compiler/packages/snap/src/SproutTodoFilter.ts
+1
@@ -444,6 +444,7 @@ const skipFilter = new Set([
444
"forest/forest-phi-type-unused-initializer.flow",
445
"forest/forest-TaskEditor.flow",
446
"forest/forest-TaskTitleField.flow",
447
+ "forest/forest-prefixed-useState.flow",
448
449
// TODO: we probably want to always skip these
450
"rules-of-hooks/rules-of-hooks-0592bd574811",