We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
framework
https://github.com/lukejagodzinski/rr-should-revalidate-repro
npm run dev
You can also fix the issue by uncommenting the shouldRevalidate function in app/routes/home.tsx:14. However, that should not be necessary.
shouldRevalidate
app/routes/home.tsx:14
System: OS: macOS 15.1.1 CPU: (10) arm64 Apple M1 Max Memory: 9.68 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node npm: 10.7.0 - ~/.nvm/versions/node/v20.14.0/bin/npm bun: 1.0.28 - ~/.bun/bin/bun Browsers: Chrome: 133.0.6943.99 Safari: 18.1.1 npmPackages: @react-router/dev: ^7.2.0 => 7.2.0 @react-router/node: ^7.2.0 => 7.2.0 @react-router/serve: ^7.2.0 => 7.2.0 react-router: ^7.2.0 => 7.2.0 vite: ^5.4.11 => 5.4.14
npm
RR shouldn't revalidate loaders when action returning error is being called using fetcher
RR revalidates loaders after action returning error is being called using fetcher
The text was updated successfully, but these errors were encountered:
clientLoader
false
brophdawg11
No branches or pull requests
I'm using React Router as a...
framework
Reproduction
https://github.com/lukejagodzinski/rr-should-revalidate-repro
npm run dev
You can also fix the issue by uncommenting the
shouldRevalidate
function inapp/routes/home.tsx:14
. However, that should not be necessary.System Info
Used Package Manager
npm
Expected Behavior
RR shouldn't revalidate loaders when action returning error is being called using fetcher
Actual Behavior
RR revalidates loaders after action returning error is being called using fetcher
The text was updated successfully, but these errors were encountered: