You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`'syntax'`**: Flow의 [component](https://flow.org/en/docs/react/component-syntax/) 및 [hook](https://flow.org/en/docs/react/hook-syntax/) 문법을 사용하는 컴포넌트와 Hook만 컴파일합니다.
45
+
-**`'syntax'`**: Flow의 [Component](https://flow.org/en/docs/react/component-syntax/) 및 [Hook](https://flow.org/en/docs/react/hook-syntax/) 문법을 사용하는 컴포넌트와 Hook만 컴파일합니다.
46
46
47
47
-**`'all'`**: 모든 최상위 함수를 컴파일합니다. React가 아닌 함수도 컴파일할 수 있으므로 권장하지 않습니다.
48
48
@@ -59,7 +59,7 @@ React 컴파일러가 최적화할 함수를 결정하는 전략을 제어합니
59
59
60
60
### 기본 추론 모드 {/*default-inference-mode*/}
61
61
62
-
기본 `'infer'` 모드는 React 규칙을 따르는 대부분의 코드베이스에서 잘 작동합니다.
62
+
기본 `'infer'` 모드는 React의 규칙을 따르는 대부분의 코드베이스에서 잘 작동합니다.
63
63
64
64
```js
65
65
{
@@ -173,9 +173,9 @@ function ComponentWithSideEffects() {
173
173
174
174
## 문제 해결 {/*troubleshooting*/}
175
175
176
-
### infer 모드에서 컴포넌트가 컴파일되지 않는 경우 {/*component-not-compiled-infer*/}
176
+
### `'infer'` 모드에서 컴포넌트가 컴파일되지 않는 경우 {/*component-not-compiled-infer*/}
0 commit comments