s/React/ReactDOM/ to fix another 0.14 warning

pull/397/head
Matthew Hodgson 2015-11-18 22:22:19 +00:00
parent 6e3afcde53
commit 884d0de90b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = {
var self = this;
var closeMenu = function() {
React.unmountComponentAtNode(self.getOrCreateContainer());
ReactDOM.unmountComponentAtNode(self.getOrCreateContainer());
if (props && props.onFinished) props.onFinished.apply(null, arguments);
};