diff --git a/src/isomorphic/classic/element/ReactDebugCurrentFrame.js b/src/isomorphic/classic/element/ReactDebugCurrentFrame.js index 6bb331994d..9e90f13f9f 100644 --- a/src/isomorphic/classic/element/ReactDebugCurrentFrame.js +++ b/src/isomorphic/classic/element/ReactDebugCurrentFrame.js @@ -23,7 +23,7 @@ if (__DEV__) { getStackAddendumByID, getStackAddendumByWorkInProgressFiber, getCurrentStackAddendum, - }: ComponentTreeHookDevType = (require('ReactComponentTreeHook'): any);; + }: ComponentTreeHookDevType = (require('ReactComponentTreeHook'): any); // Component that is being worked on ReactDebugCurrentFrame.current = (null : Fiber | DebugID | null);