Skip to content

Commit 884d0de

Browse files
committed
s/React/ReactDOM/ to fix another 0.14 warning
1 parent 6e3afcd commit 884d0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContextualMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
var self = this;
4444

4545
var closeMenu = function() {
46-
React.unmountComponentAtNode(self.getOrCreateContainer());
46+
ReactDOM.unmountComponentAtNode(self.getOrCreateContainer());
4747

4848
if (props && props.onFinished) props.onFinished.apply(null, arguments);
4949
};

0 commit comments

Comments
 (0)