GrowUp-Haruno
Results
2
comments of
GrowUp-Haruno
GitHub repository is [here](https://github.com/GrowUp-Haruno/html-react-parser-issue-608). This one gives the same error.
Thank you. Just to confirm, is the "instanceof" working as expected in the following import? ```diff import parth,{Element} from 'html-react-parser'; import { Comment, Node, ProcessingInstruction, Text } from 'domhandler'; ```