Страница загружается из предыдущей прокрутки страницы в ReactJS

//this piece of code will resolve this issue. in Reactjs.
componentDidMount() {
  window.scrollTo(0, 0)
}