This commit is contained in:
Dan Abramov
2017-01-30 17:46:07 +00:00
committed by GitHub
parent 564fa64626
commit fb4c08baee
@@ -10,15 +10,13 @@
* @flow
*/
/* globals __REACT_DEVTOOLS_GLOBAL_HOOK__ */
declare var __REACT_DEVTOOLS_GLOBAL_HOOK__ : Object | void;
'use strict';
import type { Fiber } from 'ReactFiber';
import type { FiberRoot } from 'ReactFiberRoot';
declare var __REACT_DEVTOOLS_GLOBAL_HOOK__ : Object | void;
if (__DEV__) {
var warning = require('warning');
}