We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e8f79 commit 56ae4b8Copy full SHA for 56ae4b8
packages/react-reconciler/src/ReactInternalTypes.js
@@ -210,7 +210,6 @@ export type Fiber = {
210
_debugOwner?: ReactComponentInfo | Fiber | null,
211
_debugStack?: string | Error | null,
212
_debugTask?: ConsoleTask | null,
213
- _debugIsCurrentlyTiming?: boolean,
214
_debugNeedsRemount?: boolean,
215
216
// Used to verify that the order of hooks does not change between renders.
0 commit comments