remix-run / react-router-website

The React Router website
https://reactrouter.com
MIT License
149 stars 33 forks source link

fix(#83): side nav links #84

Closed tabishnaqvi1311 closed 4 months ago

tabishnaqvi1311 commented 6 months ago

This PR addresses the side navigation bar links on the documentation page (Issue #83 ). The links were working on firefox and safari, but not on chrome, edge and chrome mobile devices.

I used react router's <Link> tag instead of the HTML <a> tag to fix this.

Subsequent links now scroll to the desired anchor on the first click.

Tested on Safari, Chrome and Brave. (MacOS) and Chrome on Android.

timdorr commented 4 months ago

Thanks!