diff --git a/src/index.js b/src/index.js index 96fb0f37e..282fd3be1 100755 --- a/src/index.js +++ b/src/index.js @@ -148,6 +148,7 @@ class ReactTooltip extends React.Component { componentDidMount() { const { insecure, resizeHide } = this.props; + this.mount = true; this.bindListener(); // Bind listener for tooltip this.bindWindowEvents(resizeHide); // Bind global event for static method