Skip to content

Commit

Permalink
Diff cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Dec 14, 2020
1 parent 45f7562 commit 1dafc3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-devtools-shared/src/backend/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

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

import {getInternalReactConstants} from './renderer';
import {getStackByFiberInDevAndProd} from './DevToolsFiberComponentStack';
Expand All @@ -34,6 +34,7 @@ const injectedRenderers: Map<
currentDispatcherRef: CurrentDispatcherRef,
getCurrentFiber: () => Fiber | null,
onErrorOrWarning: ?OnErrorOrWarning,
workTagMap: WorkTagMap,
|},
> = new Map();

Expand Down

0 comments on commit 1dafc3b

Please sign in to comment.