diff --git a/packages/react-reconciler/index.js b/packages/react-reconciler/index.js index 0408d8660cf7d..e4034bbf7cad7 100644 --- a/packages/react-reconciler/index.js +++ b/packages/react-reconciler/index.js @@ -17,3 +17,6 @@ export type { } from './src/ReactFiberReconciler'; module.exports = require('./src/ReactFiberReconciler'); +module.exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = { + ReactCoroutine: require('./src/ReactCoroutine'), +};