static getDerivedStateFromProps()

in src/components/view/Function/Function.tsx [70:72]


  static getDerivedStateFromProps(nextProps: FunctionProps) {
    return { showAlias: nextProps.value.as != null };
  }