mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix circular dependencies now that ReactDOM-fb is a GK switch
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user