react-native-htmlview
react-native-htmlview copied to clipboard
Empty content in the tag causes error
I stump upon a weird bug today that, if the content contains an empty tag like <p></p>
, it renders error. I have to catch such case in renderNode
. Any idea if this is an actual case?