79358475

Date: 2025-01-15 13:58:39
Score: 0.5
Natty:
Report link

Remove scrollPage from the dependency array since you want to scroll when the page loads

useEffect(() => {
  scrollPage.current?.scrollIntoView({ behavior: "smooth", block: "end" });
}, []);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MoBadraan