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
Describe the bug
Chrome DevTools reports an issue/error:
"SVG elements cannot be created with createElement; use createElementNS instead", "Affected resources: document.createElement("text")"
To Reproduce
Steps to reproduce the behavior:
Open JupyterLab with jupyterlab-code-snippets enabled
Open Chrome DevTools
Refresh the JupyterLab page
Wait till loading fully finishes
In the top bar of DevTools Console, near Gear icon click "Open Issues" blue icon with a number
Among issues find the issue "SVG elements cannot be created with createElement; use createElementNS instead" marked as "Error" category
Expected behavior
Maybe no warning.
Desktop (please complete the following information):
Describe the bug
Chrome DevTools reports an issue/error:
"SVG elements cannot be created with createElement; use createElementNS instead", "Affected resources: document.createElement("text")"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Maybe no warning.
Desktop (please complete the following information):
Additional context
IDK but this says it's important:
https://webhint.io/docs/user-guide/hints/hint-create-element-svg/
The text was updated successfully, but these errors were encountered: