From 33c8b3a0ebadeda3418100e04f04e1e648bd755f Mon Sep 17 00:00:00 2001 From: seojcarlos Date: Fri, 3 Apr 2026 20:28:21 +0200 Subject: [PATCH] docs: remove unlisted topic from 'You will learn' in Compiler Introduction Remove 'Using the compiler on your React library' from the YouWillLearn callout since this topic is not covered on the page. The library usage guide exists as a separate page at /reference/react-compiler/compiling-libraries. Fixes #8387 --- src/content/learn/react-compiler/introduction.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/learn/react-compiler/introduction.md b/src/content/learn/react-compiler/introduction.md index ff5d6eae483..bbce5716a75 100644 --- a/src/content/learn/react-compiler/introduction.md +++ b/src/content/learn/react-compiler/introduction.md @@ -12,7 +12,6 @@ React Compiler is a new build-time tool that automatically optimizes your React * Getting started with the compiler * Incremental adoption strategies * Debugging and troubleshooting when things go wrong -* Using the compiler on your React library