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
When using the 'tooltip' action, and displaying a tooltip using the use:tooltip property, a single "t" gets logged to the browser console via a console.log call
To Reproduce
Steps to reproduce the behavior:
Import the tooltip action as usual:
import { tooltip } from "@svelte-plugins/tooltips"
Implement the use:tooltip action on a DOM element:
<div use:tooltip={{ content: "I am a tooltip" }}>
Hover over me
</div>
Expected behavior
No extraneous messages should be logged to the browser console
Screenshots
Desktop (please complete the following information):
OS: Windows 11, version 24H2
Browser: Firefox 136.0
Version: 4.0.0-beta.1
Smartphone (please complete the following information):
The issue would probably also occur on mobile, however the console is generally not easily accessible.
Additional context
Not sure if this is a leftover debug message, and it's not a huge issue, but could probably be cleaned up if not needed.
The text was updated successfully, but these errors were encountered:
Mitko1239
changed the title
🐛 When displaying a tooltip, a the tooltip action prints a single character to the browser's console
🐛 When displaying a tooltip, the tooltip action prints a single character to the browser's console
Mar 11, 2025
Describe the bug
When using the 'tooltip' action, and displaying a tooltip using the
use:tooltip
property, a single "t" gets logged to the browser console via a console.log callTo Reproduce
Steps to reproduce the behavior:
use:tooltip
action on a DOM element:Expected behavior
No extraneous messages should be logged to the browser console
Screenshots


Desktop (please complete the following information):
Smartphone (please complete the following information):
The issue would probably also occur on mobile, however the console is generally not easily accessible.
Additional context
Not sure if this is a leftover debug message, and it's not a huge issue, but could probably be cleaned up if not needed.
The text was updated successfully, but these errors were encountered: