Skip to content

@tanstack/solid-router@2.0.0-beta.24

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:05
Immutable release. Only release title and notes can be modified.
7a0cf36

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 solid-js@2.0.0-beta.16 routed signal writes into a transition hold and broke synchronous write-then-load flows such as invalidate() on a notFound match.