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
The following [example](https://repl.it/@remarkablemark/html-react-parser-replace-example) modifies the element along with its children:
198
+
If you're having issues with `domNode instanceof Element`, try this [alternative solution](https://github.com/remarkablemark/html-react-parser/issues/221#issuecomment-771600574).
199
+
200
+
#### replace examples
201
+
202
+
##### replace element and children
203
+
204
+
Replace the element and its children (see [demo](https://repl.it/@remarkablemark/html-react-parser-replace-example)):
0 commit comments