Closed
Description
I'm using React Router as a...
framework
Reproduction
https://stackblitz.com/edit/vite-yyddap2q
- Refresh page on /
- Click on
go to /parent/child
- Click on
go to /
- Click on
go to /parent
- You should see a blank page as the route manifest is not loaded properly, a page refresh is needed
System Info
System:
OS: macOS 15.3.1
CPU: (14) arm64 Apple M3 Max
Memory: 2.96 GB / 36.00 GB
Shell: 5.2.37 - /opt/homebrew/bin/bash
Binaries:
Node: 22.13.1 - ~/.nvm/versions/node/v22.13.1/bin/node
npm: 11.1.0 - ~/.nvm/versions/node/v22.13.1/bin/npm
Browsers:
Chrome: 133.0.6943.142
Safari: 18.3
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
Used Package Manager
npm
Expected Behavior
Load the route manifest even if it's not discoverable via Link
s.
Actual Behavior
A blank page is shown without any error message.