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

Closes #12007 The normal behavior is: `fetcher1.load()` gets cancelled if a `fetcher2.action()` is called, then the `fetcher1.load()` is called again because of revalidation. The problem (bug?) is that a _cancelled_...

CLA Signed

### What version of React Router are you using? 6.26.1 ### Steps to Reproduce This is a common usage: Giving a Prisma schema: ```prisma // schema.prisma model User { //...

bug

### What version of React Router are you using? 6.26.2 ### Steps to Reproduce I have already reported the bug in remix-run/remix repo, which rather belongs to this repository: https://github.com/remix-run/remix/issues/10053...

bug

This has primarily 2 use cases: * When using `v7_fetcherPersist`, we lost the ability to actually cancel/abort fetches if a fetcher was unmounted, so this gives the users a programmatic...

CLA Signed