Skip to content

Commit a4385d3

Browse files
committed
[fixed] Portal doesn't mount extra node
fixes react-bootstrap#990
1 parent e2bad35 commit a4385d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Portal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let Portal = React.createClass({
2424

2525
componentWillUnmount() {
2626
this._unrenderOverlay();
27-
this._mountOverlayTarget();
27+
this._unmountOverlayTarget();
2828
},
2929

3030
_mountOverlayTarget() {

0 commit comments

Comments
 (0)