Skip to content

Commit

Permalink
Expose ReactFiberTreeReflection in FB build (#9741)
Browse files Browse the repository at this point in the history
I need this for some hacky stuff I'm doing (D5060180).
  • Loading branch information
sophiebits committed May 21, 2017
1 parent f0a0999 commit f1abc3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fb/ReactDOMFiberFBEntry.js
Expand Up @@ -34,6 +34,7 @@ Object.assign(
ReactBrowserEventEmitter: require('ReactBrowserEventEmitter'),
ReactErrorUtils: require('ReactErrorUtils'),
ReactFiberErrorLogger: require('ReactFiberErrorLogger'),
ReactFiberTreeReflection: require('ReactFiberTreeReflection'),
ReactDOMComponentTree: require('ReactDOMComponentTree'),
ReactInstanceMap: require('ReactInstanceMap'),
// This is used for ajaxify on www:
Expand Down

0 comments on commit f1abc3c

Please sign in to comment.