removed double semicolon

This commit is contained in:
Dominic Gannaway 2017-03-02 22:09:12 +00:00
parent 9a1db49259
commit 397fd2b92e
1 changed files with 1 additions and 1 deletions

View File

@ -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);