in src/components/view/LabelWithAlias/LabelWithAlias.tsx [52:54]
static getDerivedStateFromProps(nextProps: LabelWithAliasProps) { return { showAlias: nextProps.alias != null }; }