How to configure Turborepo to use the GA version of React #9712
-
Hi everyone, I recently set up a new project using Turborepo, and I’ve noticed that it’s pulling in the RC version of React 19 instead of the GA version. I want to make sure my project is using the stable GA release of React 19 across all packages in the monorepo. Is there a way to configure Turborepo to enforce this? Any advice, tips, or solutions would be greatly appreciated. Thanks in advance! Edit: To clarify, I’ve already tried updating package.json files manually in each package to reference the GA version, but Turborepo still seems to pull the RC version. Could this be related to a caching issue or dependency resolution across the workspace? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got our answer over on Reddit! |
Beta Was this translation helpful? Give feedback.
Got our answer over on Reddit!