#your example is invalid. you dont
1 messages · Page 1 of 1 (latest)
that;s what's coming on my mind as I build previous project with it successfully. I would just simulate navigating between routes.
In nextjs I have problem with link component and router itself. 1st it does not behave same way in local env and on Vercel (e.g. scroll to hashId works locally, but on vercel somehow it scrolls to first ID only). Second when I'am using search params to add pagination to gallery or FAQ, it refresh the page. Than it's quite hard to do smooth scroll.
Maybe I am missing here something and if so I'd like to know what and understand why.
Hey, I'm getting the same issue