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

CLA Signed
v7

### What version of React Router are you using? 6.22.1 ### Steps to Reproduce I really, really wish I could offer a simple reproduction, but I can't, since this only...

bug

Minor updates to do some local testing of the changesets flow. With these changes you can: ```sh # Enter prerelease mode and commit changes pnpm exec changeset pre enter pre...

CLA Signed
v7

### What version of React Router are you using? 5.3.4 (but the same happens on v6) ### Steps to Reproduce Hey, After upgrading to `react@18`, we started noticing unexpected renders...

bug
v6

### Describe what's incorrect/missing in the documentation The docs for [shouldRevalidate](https://reactrouter.com/en/main/route/should-revalidate) only mention the case for opting out of data revalidation. From my investigation and testing it also supports the...

docs

### Describe what's incorrect/missing in the documentation Looking at https://reactrouter.com/en/main/hooks/use-search-params, one may think that to update one param while keeping the others, one can do: const [searchParams, setSearchParams] = useSearchParams()...

docs

### What version of React Router are you using? 6.22.3 ### Steps to Reproduce Create a React project with Vite Install react-router-dom Implement a HashRouter in main.jsx Build an HTML...

bug