@tanstack/react-start-rsc@0.1.32

TanStack/router@tanstack/react-start-rsc@0.1.32Jul 29, 2026by github-actions[bot]

AI Summary

Raises the peer dependency requirement for the Vite RSC plugin to ensure proper client-side Hot Module Replacement for route components used with server functions.

Key Highlights

  • Raised @vitejs/plugin-rsc peer dependency to >=0.5.30
  • Fixed client HMR suppression for route components co-located with createServerFn

Full Release Notes

### Patch Changes

-   [#7900](https://github.com/TanStack/router/pull/7900) [`fc83c03`](https://github.com/TanStack/router/commit/fc83c0383f956c3ca02e5e027666c917d7e8b07a) - Raise the `@vitejs/plugin-rsc` peer range to `>=0.5.30`. Versions in `0.5.20 - 0.5.29` suppress client HMR for a route component co-located with a `createServerFn`, fixed upstream in `@vitejs/plugin-rsc@0.5.30`.