Add missing modules to Stack ReactDOM to fix UFI

This commit is contained in:
Dan Abramov
2017-03-10 15:49:12 +00:00
parent 063067d323
commit f6e5d72ce3
+6
View File
@@ -15,6 +15,12 @@ var React = require('React');
var ReactDOM = require('ReactDOM');
ReactDOM.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = {
ReactBrowserEventEmitter: require('ReactBrowserEventEmitter'),
getVendorPrefixedEventName: require('getVendorPrefixedEventName'),
getEventCharCode: require('getEventCharCode'),
ReactInputSelection: require('ReactInputSelection'),
isEventSupported: require('isEventSupported'),
SyntheticEvent: require('SyntheticEvent'),
ReactInstanceMap: require('react-dom/lib/ReactInstanceMap'),
};