We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b898c4e commit 1103984Copy full SHA for 1103984
src/content/reference/react-compiler/directives.md
@@ -85,7 +85,7 @@ function Component3() {
85
86
* **`annotation` 모드**: `"use memo"`가 선언된 함수만 컴파일됩니다.
87
* **`infer` 모드**: 컴파일러가 컴파일할 대상을 결정하며 지시어는 이 결정을 재정의<sup>Override</sup>합니다.
88
-* **`all` 모드**: 모든 것이 컴파일되며 `"use no memo"` 로 특정 함수를 제외할 수 있습니다.
+* **`all` 모드**: 모든 것이 컴파일되며 `"use no memo"`로 특정 함수를 제외할 수 있습니다.
89
90
---
91
0 commit comments