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 e77b005 commit 7ef82b8Copy full SHA for 7ef82b8
README.md
@@ -83,7 +83,7 @@ yarn add html-react-parser
83
84
```html
85
<!-- HTMLReactParser depends on React -->
86
-<script src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
+<script src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
87
<script src="https://unpkg.com/html-react-parser@latest/dist/html-react-parser.min.js"></script>
88
<script>
89
window.HTMLReactParser(/* string */);
0 commit comments