@tanstack/solid-router@2.0.0-beta.23
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
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.