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
Stackblitz example: https://stackblitz.com/edit/github-bcauexzv?file=app%2Froutes%2Fhome.tsx
System: OS: macOS 14.3.1 CPU: (12) arm64 Apple M3 Pro Memory: 871.56 MB / 36.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.19.0 - ~/.nvm/versions/node/v20.19.0/bin/node npm: 10.8.2 - ~/.nvm/versions/node/v20.19.0/bin/npm pnpm: 10.6.4 - /opt/homebrew/bin/pnpm Browsers: Chrome: 134.0.6998.89 Edge: 134.0.3124.68 Safari: 17.3.1 npmPackages: @react-router/dev: ^7.3.0 => 7.3.0 @react-router/fs-routes: ^7.3.0 => 7.3.0 @react-router/node: ^7.3.0 => 7.3.0 @react-router/serve: ^7.3.0 => 7.3.0 react-router: ^7.3.0 => 7.3.0 vite: ^5.4.11 => 5.4.14
npm
I would expect no secondary loader request and an instant navigation as loader has already been called via the render prefetch.
As shown in: https://youtu.be/ZGxVXcYC6bU?t=190
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using React Router as a...
framework
Reproduction
Stackblitz example: https://stackblitz.com/edit/github-bcauexzv?file=app%2Froutes%2Fhome.tsx
System Info
Used Package Manager
npm
Expected Behavior
I would expect no secondary loader request and an instant navigation as loader has already been called via the render prefetch.
As shown in: https://youtu.be/ZGxVXcYC6bU?t=190
Actual Behavior
The text was updated successfully, but these errors were encountered: