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

Declarative routing for React

Results 416 react-router issues
Sort by recently updated
recently updated
newest added

This commit will help prevent people thinking that sort-by, localforage and match-sorter are actually required by react-router-dom by following the tutorial page. See #11099. Having a separate installation page will...

docs
CLA Signed

### What version of React Router are you using? 6.17.0 ### Steps to Reproduce Here's a reduced test case I created: https://github.com/OliverJAsh/react-transition-scroll-restoration/compare/react-router. Branch: `react-router`. This is a minimal application that...

bug

During migration from v4/v5 to v6 I've found that hashType is not implemented in newer version. This is an issue since there is a whole instruction on migration. I cannot...

CLA Signed

The screenshot could be misleading, people could think const router= should be deleted.

docs

### What version of React Router are you using? 6.22.1 ### Steps to Reproduce Given sandbox examples on how it works from 6.22.1 (tested latest 6.22.3). When the user is...

bug

### What version of React Router are you using? 6.10.0 ### Steps to Reproduce Start from the `` test case above. Edit `package.json` and set `typescript` version to `5.0.4`. Edit...

bug

### What version of React Router are you using? 6.22.3 ### Steps to Reproduce I created a reproduction repo: https://github.com/Lukas-Kullmann/react-router-memory-leak The steps to reproduce are described in that repo's readme....

bug