Which project does this relate to?
Router
Describe the bug
Description
A regression occurs during the Rolldown RSC production build where this.resolve() throws:
Plugin driver is already dropped
inside:
tanstack-start-core::server-fn:rsc
Affected Versions
- @tanstack/react-start@1.167.63
- @tanstack/react-start@1.167.64
Not Affected
- @tanstack/react-start@1.167.57
Reproduction
- Create a TanStack Start app
- Enable Rolldown RSC production build
- Run:
Actual Result
Build crashes with:
Plugin driver is already dropped
Expected Result
The production build should complete successfully without crashing.
Complete minimal reproducer
https://github.com/aartisonigra/router
Steps to Reproduce the Bug
- Clone the reproduction repository
git clone https://github.com/aartisonigra/router.git
- Install dependencies
- Run the production build
- Observe the build failure during the Rolldown RSC production build with:
Plugin driver is already dropped
Expected behavior
As a user, I expected the Rolldown RSC production build to complete successfully without crashing, but I am seeing the following error during pnpm build:
Plugin driver is already dropped
Screenshots or Videos
No response
Platform
- Router / Start Version: [e.g. 1.121.0]
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Browser Version: [e.g. 91.1]
- Bundler: [e.g. vite]
- Bundler Version: [e.g. 7.0.0]
Additional context
No response
Which project does this relate to?
Router
Describe the bug
Description
A regression occurs during the Rolldown RSC production build where
this.resolve()throws:inside:
Affected Versions
Not Affected
Reproduction
Actual Result
Build crashes with:
Expected Result
The production build should complete successfully without crashing.
Complete minimal reproducer
https://github.com/aartisonigra/router
Steps to Reproduce the Bug
Expected behavior
As a user, I expected the Rolldown RSC production build to complete successfully without crashing, but I am seeing the following error during
pnpm build:Screenshots or Videos
No response
Platform
Additional context
No response