To reproduce
pnpm install && pnpm dev
- Open app in browser. Navigate around. Notice all navigations go to the server.
- Delete the file
./src/client.tsx
and restart the dev server - Repeat step 2, and notice that client navigation works again.
I suspect hydration is completely broken, but client navigation is the most directly visible issue.