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

### Describe what's incorrect/missing in the documentation In the Tutorial, one of the features implemented is a cancel button ([here](https://reactrouter.com/en/main/start/tutorial#cancel-button)). Specifically the button is set up to navigate back one...

docs

### What version of React Router are you using? 6.9.0 ### Steps to Reproduce ```ts function fetchA(signal: AbortSignal) { signal.addEventListener('abort', () => console.log('Fetcher A cancelled')); return Promise.resolve('a'); } function fetchB(signal:...

bug

### Describe what's incorrect/missing in the documentation I would really appreciate it.

docs

### Describe what's incorrect/missing in the documentation I have a project using react router 6.2.1, and I can not find the documentation for that version, I had to resort to...

docs

### What version of React Router are you using? NA ### Steps to Reproduce Read https://reactrouter.com/en/main/components/form ### Expected Behavior Please reconsider recommending the browser's native form validation, which is known...

docs

Now, when we use Await in `ts` project, the `type` will ignore because the define of `Await`components. For examples: ![image](https://github.com/remix-run/react-router/assets/58852732/09301631-de04-480e-be56-89ba1a0951cc) It no good for developer developed in IDE. we can...

CLA Signed

### What version of React Router are you using? 6.12.0 ### Steps to Reproduce This is a stub issue for a scenario reported by a user in Discord. It's in...

possible bug

### What version of React Router are you using? 6.8.0 ### Steps to Reproduce createMemoryRouter became usable in non-browser environments as of v6.7.0 (fixing #9796), and worked fine in React...

bug

### What version of React Router are you using? 6.6.2, also tried 6.7.0-pre.4 ### Steps to Reproduce Consider the following routes: ```javascript jsx ``` ### Expected Behavior `` is rendered...

bug

### What version of React Router are you using? 6.8.1 ### Steps to Reproduce When using generatePath without providing parameters typescript doesn't throw an error. `generatePath('hello/:world');` ### Expected Behavior I...

bug