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
An HTML to React parser that works on both the server and the browser:
11
12
12
13
```
13
-
HTMLReactParser(htmlString[, options])
14
+
HTMLReactParser(string[, options])
14
15
```
15
16
16
17
The parser converts an HTML string to [React element(s)](https://reactjs.org/docs/react-api.html#creating-react-elements). If you want to [replace an element](#replacedomnode) with your own custom element, there's an [option](#options) to do that.
0 commit comments