Skip to content

Commit

Permalink
[Flight] Reset currentOwnerInDEV (#30929)
Browse files Browse the repository at this point in the history
Missed this bit.
  • Loading branch information
sebmarkbage authored Sep 10, 2024
1 parent 49825c0 commit 6066b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-client/src/ReactFlightClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2368,6 +2368,7 @@ const replayConsoleWithCallStack = {
}
callStack();
} finally {
currentOwnerInDEV = null;
ReactSharedInternals.getCurrentStack = prevStack;
}
},
Expand Down

0 comments on commit 6066b8e

Please sign in to comment.