why my app always jumps to center of page when i change page react code example Example: how to make page scroll to the top jsx componentDidMount() { window.scrollTo(0, 0) }