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 have a uwp reactnative app when I run as debug works fine but when I release the application it gives me this error:
Object doesn't support property or method 'trimStart'
Input
xml checked online in many xml validation tools and its fine
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
Description
I have a uwp reactnative app when I run as debug works fine but when I release the application it gives me this error:
Object doesn't support property or method 'trimStart'
Input
xml checked online in many xml validation tools and its fine
Code
private parser_options = {
ignoreAttributes: false,
ignoreDeclaration: true,
ignorePiTags: true,
parseTagValue: false,
trimValues: false,
};
constructor(xml_str?: string) {
try {
const parser = new XMLParser(this.parser_options);
}
Output
expected data
Would you like to work on this issue?
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: