jupytercalpoly/jupyterlab-code-snippets

Chrome DevTools reports an issue

ekungurov opened this issue · 0 comments

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:

  1. Open JupyterLab with jupyterlab-code-snippets enabled
  2. Open Chrome DevTools
  3. Refresh the JupyterLab page
  4. Wait till loading fully finishes
  5. In the top bar of DevTools Console, near Gear icon click "Open Issues" blue icon with a number
  6. 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):

  • OS: Windows 10 version 20H2
  • Edge
  • Version 108.0.1462.46

Additional context
IDK but this says it's important:
https://webhint.io/docs/user-guide/hints/hint-create-element-svg/