Skip to content

Commit 821a22f

Browse files
committed
Revert change to FiberDebugPerf
Turns out this isn't neccessary.
1 parent ae089d7 commit 821a22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactDebugFiberPerf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export function stopRequestCallbackTimer(
253253
expirationTime: number,
254254
): void {
255255
if (enableUserTimingAPI) {
256-
if (supportsUserTiming && isWaitingForCallback) {
256+
if (supportsUserTiming) {
257257
isWaitingForCallback = false;
258258
const warning = didExpire ? 'React was blocked by main thread' : null;
259259
endMark(

0 commit comments

Comments
 (0)