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

Fixes #12078. Error only reproducible with React v19 but even with React v18 the dev react and prod react-dom modules are loaded, it just doesn't hard error.

CLA Signed

### What version of React Router are you using? 6.25.1 ### Steps to Reproduce 1. create a Navigation Blocker Hook (which blocks query params change as well) ``` import {...

bug
needs-response

### What version of React Router are you using? 7.0.0-pre.1 ### Steps to Reproduce 1. Clone repo: https://github.com/DovydasNavickas/react-router-layout-bug 2. Run the project with local typescript version enabled in VS Code...

bug
v7

### What version of React Router are you using? v7 ### Steps to Reproduce 1. Install react-router (7.0.0-pre.1) 2. Install @mdx-js/rollup (tested with ^3.1.0 and ^3.0.1) 3. Create a custom...

bug
v7

### What version of React Router are you using? 7.0.0-pre.1 ### Steps to Reproduce This repo is a clone of the sample app (`npx degit remix-run/react-router/templates/basic#dev my-app`) with `{appDirectory: './app/website'}`...

bug
v7

### What version of React Router are you using? 7.0.0-pre.1 ### Steps to Reproduce 1. Go to [https://stackblitz.com/edit/vitejs-vite-p1wvlg?file=package.json](https://stackblitz.com/edit/vitejs-vite-p1wvlg?file=package.json) 2. Run `npm run build` ---- When performing static pre-rendering in a...

bug
v7

### What version of React Router are you using? 7.0.0-pre.1 ### Steps to Reproduce 1. Go to https://stackblitz.com/edit/vitejs-vite-cibu2u?file=app%2Fhome.jsx 2. Run `pnpm build` ### Expected Behavior It should build successfully. ###...

bug
v7

### What version of React Router are you using? 7.0.0-pre.0 ### Steps to Reproduce - Enable SPA mode (`ssr: false`) - Set the basename to /chat/ - Enable prerender. -...

bug
v7

### What version of React Router are you using? 17.0.2 ### Steps to Reproduce Checkout react-router-dom min. 6.25.1 ### Expected Behavior app renders changes directly like in version 6.25.0 ###...

bug
needs-response