Fix circular dependencies now that ReactDOM-fb is a GK switch

This commit is contained in:
Dan Abramov
2017-03-10 18:34:51 +00:00
parent b82ba7126d
commit 95a4fbba62
+1 -1
View File
@@ -14,6 +14,6 @@
const {
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,
} = require('ReactDOM-fb');
} = require('ReactDOMStack-fb'); // It doesn't exist in Fiber
module.exports = __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactPerf;