react-router
react-router copied to clipboard
Declarative routing for React
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_...
### 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 { //...
### 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...
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...