79536508

Date: 2025-03-26 13:11:21
Score: 0.5
Natty:
Report link

Add this to your app.tsx and it will load the new page then scroll to the top.

useEffect(() => {
    window.scrollTo(0, 0);
}, [location.pathname]); // Trigger the effect when the pathname changes
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sheikh Wahab Mahmood