Skip to content

Commit 25fb265

Browse files
fix: remove ours
Co-authored-by: 루밀LuMir <[email protected]>
1 parent 295ebb5 commit 25fb265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ React 컴파일러는 ESLint 플러그인도 제공합니다. `eslint-plugin-rea
129129
{`npm install -D eslint-plugin-react-hooks@^6.0.0-rc.1`}
130130
</TerminalBlock>
131131

132-
자세한 정보를 위해 우리의 [에디터 설정하기](/learn/editor-setup#linting) 가이드를 확인하세요.
132+
자세한 정보를 위해 [에디터 설정하기](/learn/editor-setup#linting) 가이드를 확인하세요.
133133

134134
ESLint 플러그인은 에디터에서 React의 규칙 위반 사항을 표시합니다. 이 경우 컴파일러가 해당 컴포넌트나 Hook의 최적화를 건너뛰었음을 의미합니다. 이것은 완전히 정상적인 동작이며, 컴파일러는 이를 복구하고 코드베이스의 다른 컴포넌트를 계속해서 최적화할 수 있습니다.
135135

0 commit comments

Comments
 (0)