constructor()

in src/visual.tsx [71:75]


    constructor(props: VisualState) {
        super(props);
        this.showTooltipAction = this.showTooltipAction.bind(this);
        this.hideTooltipAction = this.hideTooltipAction.bind(this);
    }