in src/components/view/LabelWithAlias/LabelWithAlias.tsx [45:50]
constructor(props: LabelWithAliasProps) { super(props); this.wrapperRef = React.createRef(); this.handleClickOutside = this.handleClickOutside.bind(this); }