Skip to content

@tanstack/solid-start@1.168.10

Choose a tag to compare

@github-actions github-actions released this 21 May 21:13
· 1 commit to main since this release
b47b338

Patch Changes

  • Explicitly re-export public API names from @tanstack/start-client-core (createServerFn, createMiddleware, createStart, createCsrfMiddleware, createIsomorphicFn, createClientOnlyFn, createServerOnlyFn) alongside the existing export *. The explicit named re-exports are registered at link time (via Vite SSR's defineExport at fileStartIndex), so the namespace has these getters before any import body runs — survives the cold-start SSR cycle through user middleware where export * would otherwise produce a partial facade (createMiddleware is not a function). Workaround for vitejs/vite#22491 / #22493. (#7466)

  • Updated dependencies []:

    • @tanstack/solid-router@1.170.7
    • @tanstack/solid-start-client@1.168.2
    • @tanstack/solid-start-server@1.167.7
    • @tanstack/start-client-core@1.170.2
    • @tanstack/start-plugin-core@1.171.3
    • @tanstack/start-server-core@1.169.2