static getDerivedStateFromProps()

in src/components/view/Function/FunctionHeader.tsx [48:50]


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