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
Copy file name to clipboardExpand all lines: src/content/learn/react-compiler/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ module.exports = {
64
64
65
65
### Vite {/*vite*/}
66
66
67
-
Vite를 사용하는 경우 vite-plugin-react에 플러그인을 추가할 수 있습니다.
67
+
Vite를 사용하는 경우 `vite-plugin-react`에 플러그인을 추가할 수 있습니다.
68
68
69
69
```js {3,9}
70
70
// vite.config.js
@@ -172,7 +172,7 @@ ESLint 플러그인을 설치합니다.
172
172
npm install -D eslint-plugin-react-hooks@latest
173
173
</TerminalBlock>
174
174
175
-
eslint-plugin-react-hooks를 아직 설정하지 않았다면 [readme의 설치 지침](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md#installation)을 따르세요. 컴파일러 규칙은 `recommended-latest` 프리셋에서 사용할 수 있습니다.
175
+
`eslint-plugin-react-hooks`를 아직 설정하지 않았다면 [readme의 설치 지침](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/README.md#installation)을 따르세요. 컴파일러 규칙은 `recommended-latest` 프리셋에서 사용할 수 있습니다.
0 commit comments