jsdf / react-native-htmlview

A React Native component which renders HTML content as native views
ISC License
2.71k stars 467 forks source link

Empty content in the tag causes error #310

Open xmflsct opened 3 years ago

xmflsct commented 3 years ago

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?