diff --git a/docs/01-app/04-api-reference/05-config/01-next-config-js/reactCompiler.mdx b/docs/01-app/04-api-reference/05-config/01-next-config-js/reactCompiler.mdx index 4aca34962cc61..64909031a4019 100644 --- a/docs/01-app/04-api-reference/05-config/01-next-config-js/reactCompiler.mdx +++ b/docs/01-app/04-api-reference/05-config/01-next-config-js/reactCompiler.mdx @@ -39,8 +39,6 @@ module.exports = nextConfig > **Note:** The React Compiler is currently only possible to use in Next.js through a Babel plugin. This will opt-out of Next.js's default [Rust-based compiler](/docs/architecture/nextjs-compiler), which could result in slower build times. We are working on support for the React Compiler as our default compiler. -Learn more about the [React Compiler](https://react.dev/learn/react-compiler), and the [available Next.js config options](https://react.dev/learn/react-compiler#usage-with-nextjs). - ## Annotations You can configure the compiler to run in "opt-in" mode as follows: