-
Notifications
You must be signed in to change notification settings - Fork 50.1k
Open
Labels
Component: React CompilerStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug
Description
What kind of issue is this?
- React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- babel-plugin-react-compiler (build issue installing or using the Babel plugin)
- eslint-plugin-react-compiler (build issue installing or using the eslint plugin)
- react-compiler-healthcheck (build issue installing or using the healthcheck script)
Link to repro
https://github.com/Emmanuel-Xs/devlinks
Repro steps
What is the issue?
I'm encountering a [ Server ] Error: {} that causes a full Error Boundary crash in my app.
This happens unexpectedly during normal navigation and rendering.
The error appears to originate from react-server-dom-turbopack inside next@15.1.6, and seems related to server components.
Error logs:
[ Server ] Error: {}
resolveErrorDev (react-server-dom-turbopack-client.browser.development.js:1061:61)
processFullStringRow (react-server-dom-turbopack-client.browser.development.js:1228:15)
processFullBinaryRow (react-server-dom-turbopack-client.browser.development.js:1216:5)
progress (react-server-dom-turbopack-client.browser.development.js:1334:92)
Also the console shows:
Error occurred in <PreviewLinksButton> component. Handled by <ErrorBoundaryHandler>.Screenshots:
(Attached below)
How often does this bug happen?
Sometimes
What version of React are you using?
19.0.0
What version of React Compiler are you using?
19.0.0-beta-714736e-20250131
Metadata
Metadata
Assignees
Labels
Component: React CompilerStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug

