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 3c09b48 commit 7dfa589Copy full SHA for 7dfa589
content/docs/cdn-links.md
@@ -20,11 +20,7 @@ React와 ReactDOM 모두 CDN을 통해 사용할 수 있습니다.
20
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
21
```
22
23
-<<<<<<< HEAD
24
-`react`와 `react-dom`의 특정 버전을 로딩하려면 `16`을 사용하고자 하는 버전 넘버로 대체하면 됩니다.
25
-=======
26
-To load a specific version of `react` and `react-dom`, replace `17` with the version number.
27
->>>>>>> 6682068641c16df6547b3fcdb7877e71bb0bebf9
+`react`와 `react-dom`의 특정 버전을 로딩하려면 `17`을 사용하고자 하는 버전 넘버로 대체하면 됩니다.
28
29
### `crossorigin` 속성이 필요한 이유 {#why-the-crossorigin-attribute}
30
0 commit comments