From 397fd2b92ec8dc5b1eb8dca097592d376e6b40e1 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Thu, 2 Mar 2017 22:09:12 +0000 Subject: [PATCH] removed double semicolon --- src/isomorphic/classic/element/ReactDebugCurrentFrame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);