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
I'm having an issue while loading external content. I have gotten everything to work fine when loading a single dom node, but when loading a list of nodes I'm having issues. I'm trying to create an object of text after scraping the html that has been loaded.
If I break the loop by just returning, it returns the rawText fine
If I do NOT use rawText and allow the loop to proceed it works (but I have HTMLElement, childNodes, TextNode, rawText and all the rest of the attribute stuff)
If I append ".rawText" to that previous selector within the loop that I know works, I get an error that null is not an object.
I am using this inside of a react native project, if that's any concern.
The text was updated successfully, but these errors were encountered:
I'm having an issue while loading external content. I have gotten everything to work fine when loading a single dom node, but when loading a list of nodes I'm having issues. I'm trying to create an object of text after scraping the html that has been loaded.
I am using this inside of a react native project, if that's any concern.
The text was updated successfully, but these errors were encountered: