@tanstack/[email protected]
@tanstack/[email protected]
@tanstack/react-start
Release Notes
Patch Changes
- #7734
f9b0e57- Fix hydration desync by resolvingdefaultNotFoundComponentat render time instead of lazily mutating the boundary route'soptions.notFoundComponent. Route objects are module singletons shared across server requests, so once the server handled any 404, later SSRs of valid URLs wrapped the match in aCatchNotFoundboundary the client didn't render, shifting hydration keys and leaving the subtree inert.