react-router scroll to top on every transition

I have an issue when navigating into another page, its position will remain like the page before. So it won’t scroll to top automatically. I’ve also tried to use window.scrollTo(0, 0) on onChange router. I’ve also used scrollBehavior to fix this issue but it didn’t work. Any suggestions about this? 33 Answers 33 but classes … Read more