Skip to content

Commit

Permalink
Remove unused field _debugIsCurrentlyTiming (#31753)
Browse files Browse the repository at this point in the history
This field is unused. It's not there at runtime. It's just legacy from
the type.
  • Loading branch information
sebmarkbage authored Dec 13, 2024
1 parent d5e8f79 commit 56ae4b8
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 56ae4b8

Please sign in to comment.