We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc72f6 commit 05c9d77Copy full SHA for 05c9d77
src/content/learn/react-compiler.md
@@ -95,7 +95,7 @@ This script will:
95
96
- Check how many components can be successfully optimized: higher is better
97
- Check for `<StrictMode>` usage: having this enabled and followed means a higher chance that the [Rules of React](/reference/rules) are followed
98
-- Check for incompatible library usage: known libaries that are incompatible with the compiler
+- Check for incompatible library usage: known libraries that are incompatible with the compiler
99
100
As an example:
101
0 commit comments