react-router-hash-link icon indicating copy to clipboard operation
react-router-hash-link copied to clipboard

Hash link scroll functionality for React Router

Results 20 react-router-hash-link issues
Sort by recently updated
recently updated
newest added

The scroll only works if you double tab. single tap scrolls to the top of the screen on mobile across all browsers. https://css-tricks.com/annoying-mobile-double-tap-link-issue/ this solution did not work

My issue was previously reported [here](https://stackoverflow.com/questions/53864960/react-router-hash-link-doesnt-work-if-coming-from-a-different-route) but it seems to not have been resolved yet.

Suppose this link on the, I dunno, the `/contact` page: ```jsx Top ``` This will produce: ```html Top ``` What's that `/contact` doing there? It's not supposed to be there....

Hi, would be nice with a version for v6. I made a fork but backwards compatibility is lost and at the moment custom link is gone.

`react-router-hash-link`'s components work perfectly, however I have a situation in which I need to `navigate` (using `useNavigate` from `react-router` v6) programmatically: the scroll feature is thus gone. It's actually pretty...

`npm run dev` gives me: > Error from chokidar (/home/bmccann/src/tmp/react-router-hash-link/demo/node_modules): Error: Circular symlink detected: "/home/bmccann/src/tmp/react-router-hash-link/demo/node_modules/react-router-hash-link" points to "/home/bmccann/src/tmp/react-router-hash-link"

We are having bubbling issues with hashlink as the parent component and there seems to be no way of disabling hashlink. Should hashlink not have a disable prop or better...

Possible bonus: Regard contenteditables as interactive elements, but I understand if you don’t want this as part of the same PR, or have considered this before and concluded that it’s...