Cannot pass domNode.children
to domToReact
, as the docs suggest you can (with Typescript)
#1444
Labels
question
Further information is requested
Expected Behavior
Examples in README should work correctly in terms of types / types should be correct..
Actual Behavior
The README suggests that you can directly pass
domNode.children
todomToReact
, but you get a type error if you try to do this.Steps to Reproduce
Try to pass a
DOMNode
'schildren
todomToReact
.Reproducible Demo
N/A
Environment
N/A
Keywords
N/A
The text was updated successfully, but these errors were encountered: