mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
s/React/ReactDOM/ to fix another 0.14 warning
This commit is contained in:
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
Block a user