Don't crash Fiber with old devtools (#8900)

Typo.
This commit is contained in:
Ben Alpert
2017-01-31 13:06:53 +00:00
committed by Dan Abramov
parent 59aac010dd
commit 64a47e9fb4
@@ -27,7 +27,7 @@ let onCommitRoot = null;
let onCommitUnmount = null;
if (
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined' &&
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.supportsFiber
__REACT_DEVTOOLS_GLOBAL_HOOK__.supportsFiber
) {
let {
inject,