Open samydevv opened 2 years ago
I'm using Next.js and i want to change the url when i scroll to the target..?
Hey @samydevv,
I believe you can use hashSpy property from the Link component.
<Link activeClass="active" to="test1" spy={true} hashSpy={true}>Test 1</Link>
I hope that I could help you! :)
I'm using Next.js and i want to change the url when i scroll to the target..?