mirror of https://github.com/vector-im/riot-web
s/React/ReactDOM/ to fix another 0.14 warning
parent
6e3afcde53
commit
884d0de90b
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue