Skip to content

Commit 2a5905a

Browse files
author
Mark Funk
committed
Not rendering overlay twice
1 parent 84cb2c9 commit 2a5905a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OverlayMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353

5454
// Save reference to help testing
5555
if (overlay !== null) {
56-
this._overlayInstance = React.render(this.renderOverlay(), this._overlayTarget);
56+
this._overlayInstance = React.render(overlay, this._overlayTarget);
5757
}
5858
},
5959

0 commit comments

Comments
 (0)