react-native-htmlview
react-native-htmlview copied to clipboard
Undefined is not an object (evaluating 'parent.name')
Sometimes I would get this error thrown. What could cause it and how should I fix it?
@ethanyuwang can you give an example of your implementation and source HTML?
I've also been experiencing this. Does the package validate HTML? Seems like it'l throw this when you pass invalid html to it
Any update on this ? @isilher @djvistasa @ethanyuwang I am getting the same error
@MuhammadMattiullah , I just ensured that all html that I pass into it is valid and that seemed to do the trick back then.