mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix lint (#8888)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user