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
Uncaught (in promise) DOMException: Failed to execute 'setAttributeNS' on 'Element': The qualified name provided ('clipPath"') contains the invalid character '"'.
The text was updated successfully, but these errors were encountered:
dy
changed the title
browser.js:79 Uncaught (in promise) DOMException: Failed to execute 'setAttributeNS' on 'Element': The qualified name provided ('clipPath"') contains the invalid character '"'.
The qualified name provided ('clipPath"') contains the invalid character '"'.
Jan 19, 2019
the main nanohtml module is written as a template tag so it expects an array in the first parameter.
For raw HTML, the raw() function is a more appropriate option:
Trying to render @stdlib/plot with
nanohtml
getting
The HTML generated by
plot
isThe text was updated successfully, but these errors were encountered: