Remove scrollPage from the dependency array since you want to scroll when the page loads
scrollPage
useEffect(() => { scrollPage.current?.scrollIntoView({ behavior: "smooth", block: "end" }); }, []);