Skip to content

Commit 6066b8e

Browse files
authored
[Flight] Reset currentOwnerInDEV (#30929)
Missed this bit.
1 parent 49825c0 commit 6066b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-client/src/ReactFlightClient.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,6 +2368,7 @@ const replayConsoleWithCallStack = {
23682368
}
23692369
callStack();
23702370
} finally {
2371+
currentOwnerInDEV = null;
23712372
ReactSharedInternals.getCurrentStack = prevStack;
23722373
}
23732374
},

0 commit comments

Comments
 (0)