Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit a4385d3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Portal.js

Lines changed: 1 addition & 1 deletion
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)