@vercel/react-router routes break when using react compiler

Current behavior: any route with a + in it will break,
if you remove the vercel preset it works,

in order to test the project:

  1. pnpm build
  2. pnpm start (you’ll have to manually edit the entrypoint because @vercel/react-router currently changes the build output and breaks the start command, but thats a different issue)
  3. visit http://localhost:3000/about

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.