diff --git a/src/index.js b/src/index.js index 3f45312..eda6428 100644 --- a/src/index.js +++ b/src/index.js @@ -124,6 +124,11 @@ class PopoverTooltip extends React.PureComponent { buttonComponentOpacity: 0, }; } + componentDidMount() { + setTimeout(() => { + this.toggle(); + }, 500); + } componentWillMount() { const newOppositeOpacity = this.state.opacity.interpolate({