From fda70f0cadaa3b74c88c8b5d5561960ef897088e Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 4 Mar 2024 11:23:39 -0800 Subject: [PATCH] Update flowconfig RSD path --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 31626cc..074feeb 100644 --- a/.flowconfig +++ b/.flowconfig @@ -12,7 +12,7 @@ flow-typed [options] -module.name_mapper='^react-strict-dom$' -> '/packages/react-strict-dom/dist/native.js.flow' +module.name_mapper='^react-strict-dom$' -> '/packages/react-strict-dom/dist/native/index.js.flow' module.system.node.resolve_dirname=flow_modules module.system.node.resolve_dirname=node_modules suppress_type=$FlowIssue