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 61f5b1d commit 41054ddCopy full SHA for 41054dd
content/docs/cdn-links.md
@@ -20,11 +20,7 @@ React एवं ReactDOM दोनों CDN पर उपलब्ध हैं
20
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
21
```
22
23
-<<<<<<< HEAD
24
-`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `17` को वर्शन संख्या द्वारा बदल दें।
25
-=======
26
-To load a specific version of `react` and `react-dom`, replace `18` with the version number.
27
->>>>>>> 707f22d25f5b343a2e5e063877f1fc97cb1f48a1
+`react` एवं `react-dom` के विशिष्ट वर्शन लोड करने के लिए `18` को वर्शन संख्या द्वारा बदल दें।
28
29
### `crossorigin` एट्रीब्यूट क्यों? {#why-the-crossorigin-attribute}
30
0 commit comments