Skip to content

Commit 2987a06

Browse files
authored
Fix formatting of common issues in directives.md
1 parent 5e704a0 commit 2987a06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/reference/react-compiler/directives.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ function ProblematicComponent() {
185185
186186
### 자주 발생하는 이슈 {/*common-issues*/}
187187
188-
1. **지시어가 무시됨**: 위치(파일 또는 함수의 첫 줄인지)와 철자를 확인하세요
189-
2. **컴파일이 계속됨**: `ignoreUseNoForget` 설정을 확인하세요
190-
3. **모듈 수준 지시어가 작동하지 않음**: 모든 import 문보다 앞에 있는지 확인하세요
188+
1. **지시어가 무시됨**: 위치(파일 또는 함수의 첫 줄인지)와 철자를 확인하세요.
189+
2. **컴파일이 계속됨**: `ignoreUseNoForget` 설정을 확인하세요.
190+
3. **모듈 수준 지시어가 작동하지 않음**: 모든 import 문보다 앞에 있는지 확인하세요.
191+
191192
---
192193
193194
## 참고 {/*see-also*/}

0 commit comments

Comments
 (0)