@tanstack/solid-start@1.168.10
·
1 commit
to main
since this release
Patch Changes
-
Explicitly re-export public API names from
@tanstack/start-client-core(createServerFn,createMiddleware,createStart,createCsrfMiddleware,createIsomorphicFn,createClientOnlyFn,createServerOnlyFn) alongside the existingexport *. The explicit named re-exports are registered at link time (via Vite SSR'sdefineExportatfileStartIndex), so the namespace has these getters before any import body runs — survives the cold-start SSR cycle through user middleware whereexport *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