I have this tooltip, that has a dynamic data-tip: ``` <span data-tip={switchTip} onClick={this.props.switchType}><i className="icon-refresh" />Switch to {oppositeType}</span> ``` when switchTip changes, it doesn't refresh the information inside the data-tip, is this an issue, or more like a feature? Thanks in advance!