@tanstack/[email protected]
@tanstack/react-start
View on GitHubView PackagePublished: Jul 16, 2026

Release Notes

Patch Changes

  • #7813 ebe104c - Upgrade solid-js and @solidjs/web to 2.0.0-beta.17

  • #7813 ebe104c - Upgrade solid-js and @solidjs/web to 2.0.0-beta.18

  • #7813 ebe104c - Upgrade solid-js and @solidjs/web to 2.0.0-beta.19 and vite-plugin-solid to 3.0.0-next.11

  • #7813 ebe104c - Suspend on the match loadPromise only during SSR. On the client, suspending on the pending match kept a live async source in the tree, which since [email protected] routed signal writes into a transition hold and broke synchronous write-then-load flows such as invalidate() on a notFound match.