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

Declarative routing for React

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

### What version of React Router are you using? 6.23.1 ### Steps to Reproduce Reproduce repo: [stackblitz](https://stackblitz.com/edit/github-gkokwd-fkyzh9?file=src%2FApp.tsx) Steps to Reproduce: 1. Manually navigate url to /home 2. Click the reavalidate...

bug

### What version of React Router are you using? 6.23.1 ### Steps to Reproduce - Using the [Rick&Morty repo](https://github.com/bxantus/rickandmorty/tree/bug/scroll-restore), checkout the `bug/scroll-restore` tag - `npm run bundle-serve` - Open the...

bug

### What version of React Router are you using? 6.23.1 ### Steps to Reproduce I click browser's back button the location changes to a next location and then the confirm...

bug

PR: https://github.com/remix-run/react-router/pull/11871 When a link to a route with a client loader is clicked the browser has to first fetch the JS module for the route before it can call...

RR: https://github.com/remix-run/react-router/compare/[email protected] Remix: https://github.com/remix-run/remix/compare/[email protected]

CLA Signed

### What version of React Router are you using? 6.26.1 ### Steps to Reproduce It is expected that a pathname created with `generatePath` matches the given path in `matchPath`, `Route`...

bug

https://github.com/remix-run/react-router/issues/11571 TODO: - [x] Wire up to Vite plugin. - [x] Handle TSX. - [x] Ignore types in dependency analysis. - [x] HMR - [x] Caching - [x] Refactor `getRouteChunks`...

CLA Signed
v7

EDIT: The report below is incorrect, please see [this comment](https://github.com/remix-run/react-router/issues/11911#issuecomment-2305358044) for the real issue. ----- ### What version of React Router are you using? 6.26.0 ### Steps to Reproduce Luckily,...

bug

### What version of React Router are you using? 6.26.1 ### Steps to Reproduce Included is a basic react app with react router 6.26.1 installed. It uses the `` and...

bug