componentDidShow() {
    let arr = localStorage.getItem("answerList");
    console.log(JSON.parse(arr), "answerList");
  }