[Flight] Reset currentOwnerInDEV (#30929)
Missed this bit.
Sebastian Markbåge committed
Sep 9, 2024 at 22:07 UTC
6066b8e8e6f07721f4e092920d3e98787122f0fb
1 file changed
+1
packages/react-client/src/ReactFlightClient.js
+1
@@ -2368,6 +2368,7 @@ const replayConsoleWithCallStack = {
2368
}
2369
callStack();
2370
} finally {
2371
+ currentOwnerInDEV = null;
2372
ReactSharedInternals.getCurrentStack = prevStack;
2373
}
2374
},