if (diffData.oldState) {
      this.oldState = diffData.oldState;
      if (diffData.oldState.name === null) {
        // The state name is null before having a state
        // (please refer to the implementation of State object from