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
If you're having issues with `domNode instanceof Element`, try this [alternative solution](https://github.com/remarkablemark/html-react-parser/issues/221#issuecomment-771600574).
204
203
205
-
#### replace examples
206
-
207
-
##### replace element and children
204
+
#### replace element and children
208
205
209
206
Replace the element and its children (see [demo](https://repl.it/@remarkablemark/html-react-parser-replace-example)):
210
207
@@ -256,7 +253,7 @@ HTML output:
256
253
257
254
<!-- prettier-ignore-end -->
258
255
259
-
#####replace element attributes
256
+
#### replace element attributes
260
257
261
258
Convert DOM attributes to React props with `attributesToProps`:
0 commit comments