We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89429a9 commit 83b72c6Copy full SHA for 83b72c6
src/index.js
@@ -148,6 +148,7 @@ class ReactTooltip extends React.Component {
148
149
componentDidMount() {
150
const { insecure, resizeHide } = this.props;
151
+ this.mount = true;
152
153
this.bindListener(); // Bind listener for tooltip
154
this.bindWindowEvents(resizeHide); // Bind global event for static method
0 commit comments