Open
Description
Which project does this relate to?
Router
Describe the bug
I had some random Invariant failures in
router/packages/start-client-core/src/ssr-client.tsx
Lines 83 to 86 in 6e183ba
I've tried to debug it a bit, unsure exactly why that happens yet - it seemed to re-render an additional time when this crashed.
Here's a fun one: this only seems to happen using bun, and happens on the examples too.
Your Example Website or App
start-basic-react-query
Steps to Reproduce the Bug or Issue
bunx gitpick TanStack/router/tree/main/examples/react/start-basic-react-query repro
cd repro
bun install
SERVER_PRESET=bun bun run build
SERVER_PRESET=bun bun start
now go to http://localhost:3000 with "fast 4g" throttling in the network tab (makes it a bit more consistent for me, not necessary though), refresh a few times with it open
Expected behavior
Shouldn't run into the Invariant issues.
Screenshots or Videos
No response
Platform
OSX locally, Linux (inside Docker) in prod
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels