Skip to content

Commit

Permalink
Remove unused field _debugIsCurrentlyTiming
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Dec 13, 2024
1 parent d5e8f79 commit 77b5663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactInternalTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export type Fiber = {
_debugOwner?: ReactComponentInfo | Fiber | null,
_debugStack?: string | Error | null,
_debugTask?: ConsoleTask | null,
_debugIsCurrentlyTiming?: boolean,
_debugNeedsRemount?: boolean,

// Used to verify that the order of hooks does not change between renders.
Expand Down

0 comments on commit 77b5663

Please sign in to comment.