0

I use history.push but this show middle or bottom or top or something of next page.

I wanna make that show top of the next page every time.

please give me advice.

trinitrotoluene
  • 307
  • 2
  • 5
  • 14

1 Answers1

0

You should use window.scrollTo(0, 0); in componentDidMount.