Skip to content

Commit 56ae4b8

Browse files
authored
Remove unused field _debugIsCurrentlyTiming (facebook#31753)
This field is unused. It's not there at runtime. It's just legacy from the type.
1 parent d5e8f79 commit 56ae4b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-reconciler/src/ReactInternalTypes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ export type Fiber = {
210210
_debugOwner?: ReactComponentInfo | Fiber | null,
211211
_debugStack?: string | Error | null,
212212
_debugTask?: ConsoleTask | null,
213-
_debugIsCurrentlyTiming?: boolean,
214213
_debugNeedsRemount?: boolean,
215214

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

0 commit comments

Comments
 (0)