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
In other words: <This/> notation for empty tags causes stuff to go wrong.
A simple .replace(/<\w+\/>/g, "") helps me work around the issue for now.
Thanks for sharing this handy piece of work!
The text was updated successfully, but these errors were encountered:
In other words:
<This/>
notation for empty tags causes stuff to go wrong.A simple
.replace(/<\w+\/>/g, "")
helps me work around the issue for now.Thanks for sharing this handy piece of work!
The text was updated successfully, but these errors were encountered: