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 link won't render on the latest Chrome 66. When I edit the element in the inspector it says <a xlink:href="www.example.com">link</a> The xlink is creating the error, it works when I remove the href: XLINK_NS in the vdom.js.
The text was updated successfully, but these errors were encountered:
Look at this example:
The link won't render on the latest Chrome 66. When I edit the element in the inspector it says
<a xlink:href="www.example.com">link</a>
Thexlink
is creating the error, it works when I remove thehref: XLINK_NS
in thevdom.js
.The text was updated successfully, but these errors were encountered: