Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip (as action) does not get updated when data changes.🐛 #45

Open
maurice2k opened this issue Aug 1, 2024 · 0 comments
Open
Labels
Type: Bug Something isn't working

Comments

@maurice2k
Copy link

To Reproduce; sample code

{#each list as item}
<div use:tooltip={{
    content: item.longDate
}}>{{item.shortDate}}</div>
{/each}

Now when the list changes, the tooltip (content as string or content as component) stays the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant