@tanstack/[email protected]
@tanstack/[email protected]
@tanstack/react-start
Release Notes
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/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]