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
Replace using domToReact(node.children) as shown in README should work in Typescript.
Actual Behavior
Argument of type 'Node[]' is not assignable to parameter of type 'DOMNode[]'.
Type 'Node' is not assignable to type 'DOMNode'.
Type 'Node' is missing the following properties from type 'Text': data, nodeValuets(2345)