Describe the bug
When rendering a <ForceGraph3D enablePointerInteraction /> with a node with an unsanitized name, a tooltip is shown which renders the name in an unsafe manner.
To Reproduce
Steps to reproduce the behavior:
- Render a
<ForceGraph3D enablePointerInteraction /> with a node which includes an unsafe string like "'><h1><img src=x onerror=alert('operation-name')><script>alert('hello-world!')</script>test123
- Hover on that node.
- The alert is triggerd.
Expected behavior
All rendered elements are sanitzied..
Screenshots

Desktop (please complete the following information):