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 b385d5c commit 73993f5Copy full SHA for 73993f5
src/content/reference/react-compiler/target.md
@@ -117,7 +117,7 @@ import { c as _c } from 'react-compiler-runtime';
117
npm install react-compiler-runtime@latest
118
```
119
120
-3. target이 React 버전과 일치하는지 확인합니다.
+3. `target`이 React 버전과 일치하는지 확인합니다.
121
```js
122
{
123
target: '18' // React 메이저 버전과 일치해야 합니다
0 commit comments