Skip to content

Commit 1dafc3b

Browse files
committed
Diff cleanup
1 parent 45f7562 commit 1dafc3b

File tree

1 file changed

+2
-1
lines changed
  • packages/react-devtools-shared/src/backend

1 file changed

+2
-1
lines changed

packages/react-devtools-shared/src/backend/console.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import type {Fiber} from 'react-reconciler/src/ReactInternalTypes';
11-
import type {CurrentDispatcherRef, ReactRenderer} from './types';
11+
import type {CurrentDispatcherRef, ReactRenderer, WorkTagMap} from './types';
1212

1313
import {getInternalReactConstants} from './renderer';
1414
import {getStackByFiberInDevAndProd} from './DevToolsFiberComponentStack';
@@ -34,6 +34,7 @@ const injectedRenderers: Map<
3434
currentDispatcherRef: CurrentDispatcherRef,
3535
getCurrentFiber: () => Fiber | null,
3636
onErrorOrWarning: ?OnErrorOrWarning,
37+
workTagMap: WorkTagMap,
3738
|},
3839
> = new Map();
3940

0 commit comments

Comments
 (0)