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 45f7562 commit 1dafc3bCopy full SHA for 1dafc3b
packages/react-devtools-shared/src/backend/console.js
@@ -8,7 +8,7 @@
8
*/
9
10
import type {Fiber} from 'react-reconciler/src/ReactInternalTypes';
11
-import type {CurrentDispatcherRef, ReactRenderer} from './types';
+import type {CurrentDispatcherRef, ReactRenderer, WorkTagMap} from './types';
12
13
import {getInternalReactConstants} from './renderer';
14
import {getStackByFiberInDevAndProd} from './DevToolsFiberComponentStack';
@@ -34,6 +34,7 @@ const injectedRenderers: Map<
34
currentDispatcherRef: CurrentDispatcherRef,
35
getCurrentFiber: () => Fiber | null,
36
onErrorOrWarning: ?OnErrorOrWarning,
37
+ workTagMap: WorkTagMap,
38
|},
39
> = new Map();
40
0 commit comments