removed comment

This commit is contained in:
Dominic Gannaway 2017-03-02 22:08:15 +00:00
parent 1f7cbb63e8
commit 9a1db49259
1 changed files with 1 additions and 3 deletions

View File

@ -19,13 +19,11 @@ import type { ComponentTreeHookDevType } from 'ReactComponentTreeHook';
const ReactDebugCurrentFrame = {};
if (__DEV__) {
// how do a state that ReactComponentTreeHook is using the ComponentTreeHookDevType type?
const ReactComponentTreeHook: ComponentTreeHookDevType = (require('ReactComponentTreeHook'): any);
const {
getStackAddendumByID,
getStackAddendumByWorkInProgressFiber,
getCurrentStackAddendum,
} = ReactComponentTreeHook;
}: ComponentTreeHookDevType = (require('ReactComponentTreeHook'): any);;
// Component that is being worked on
ReactDebugCurrentFrame.current = (null : Fiber | DebugID | null);