react-router
react-router copied to clipboard
[Bug]: (v7) Prerendering Fails with React 19
What version of React Router are you using?
7.0.0-pre.1
Steps to Reproduce
- Go to https://stackblitz.com/edit/vitejs-vite-cibu2u?file=app%2Fhome.jsx
- Run
pnpm build
Expected Behavior
It should build successfully.
Actual Behavior
It fails with a cryptic error likely due to React's internals changing.