-
Notifications
You must be signed in to change notification settings - Fork 28.3k
reactCompiler: true failing on next dev --turbopack and next build --turbopack #78163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ran the reproduction but there is no error, here's the codesandbox: https://codesandbox.io/p/github/followbl/react-compiler-bug/main. Can you provide a full reproduction? |
We cannot recreate the issue with the provided information. Please add a reproduction in order for us to be able to investigate. Why was this issue marked with the
|
This issue has been automatically closed due to 2 days of inactivity and the absence of a complete reproduction. If you believe this was done in error, please leave a comment. If you are experiencing a similar issue, consider opening a new issue with a complete reproduction. Thank you. |
Link to the code that reproduces this issue
https://github.com/followbl/react-compiler-bug
To Reproduce
ngl, the repo does not trigger the bug, it's happening in our monorepo and I was not able to reproduce via create-next-app
however in our monorepo simply turning reactCompiler on and off is causing this to be triggered with
--turbopack
build and dev server enabledthe reason I'm logging this is if I remove the
--turbopack
option, the build and dev server will run fine...so it's either
reactCompiler
or--turbopack
yes, I have cleared and cleaned the cache on everything multiple times to confirm this is the issue.
Current vs. Expected behavior
current: build and dev server are failing
expected: build and dev server to run and complete
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 Available memory (MB): 32768 Available CPU cores: 10 Binaries: Node: 22.13.1 npm: 10.9.2 Yarn: 1.22.21 pnpm: 10.8.0 Relevant Packages: next: 15.3.1-canary.7 eslint-config-next: N/A react: 19.1.0 react-dom: 19.1.0 typescript: 5.8.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Turbopack, React
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: