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

I’m working on a Table Of Contents feature for [EditorJS](https://github.com/codex-team/editor.js), and as part of this I’m scrolling to heading blocks in the editor, which have their own event listeners and...

*Note* This may be out of scope for this package. Thanks for this package, I have been following this issue for quite a while. The link works perfectly, however if...

Hey guys I am struggling with the NavHashLink component. Im using something like this: ``` Button ``` And I find two warnings in my console: 1. React does not recognize...

I added a HashLink, which (when I click "Projects" in my navbar) is to scroll to a section of my home page with an id of "projects". It works, the...

import { HashLink } from 'react-router-hash-link'; The import is as above and it was installed using NPM and @types ----- I believe it is highly likely that I am doing...

Just see this post here. [https://dev.to/mindactuate/scroll-to-anchor-element-with-react-router-v6-38op](https://dev.to/mindactuate/scroll-to-anchor-element-with-react-router-v6-38op)

I've migrated an app to React 18 / Router v6 and `vite build` results in these errors: ```bash node_modules/@types/react-router-dom/index.d.ts:13:10 - error TS2305: Module '"react-router"' has no exported member 'match'. 13...

Hello, I'm facing an accessibility issue. When using Chrome's Screen Reader ChromeVox, a link is read twice when it's pointing on an URL which doesn't have an hash / anchor...

The problem is that when the first render there is a Suspence instead of actual Components, so no Hash anchor exists yet. In this case then user comes outside the...

![title req](https://github.com/user-attachments/assets/fbff7ef0-c3c5-48d1-9541-509da03782d6) ![title req 2](https://github.com/user-attachments/assets/cc1a7366-fe9b-4f32-ae6a-8c8016ffbdcd)