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
The error is coming when I using new DOMParser().parseFromString() to parse the content.
You should use the closing tag in the HTML template.
From <meta charset="UTF-8">
To <meta charset="UTF-8" />
In converters.ts at line 164
The text was updated successfully, but these errors were encountered:
The error is coming when I using
new DOMParser().parseFromString()
to parse the content.You should use the closing tag in the HTML template.
From
<meta charset="UTF-8">
To
<meta charset="UTF-8" />
In converters.ts at line 164
The text was updated successfully, but these errors were encountered: