constructor()

in src/components/Tooltip.tsx [53:56]


    constructor(props: Props) {
        super(props);
        this.mouseMoveHandler = this.mouseMoveHandler.bind(this);
    }