diff --git a/src/core/ReactMount.js b/src/core/ReactMount.js index 9bb4c4efd5..cae78be541 100644 --- a/src/core/ReactMount.js +++ b/src/core/ReactMount.js @@ -211,6 +211,9 @@ var ReactMount = { /** Whether support for touch events should be initialized. */ useTouchEvents: false, + /** Exposed for debugging purposes **/ + _instanceByReactRootID: instanceByReactRootID, + /** * This is a hook provided to support rendering React components while * ensuring that the apparent scroll position of its `container` does not