Skip to content

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

@maurice2k

Description

@maurice2k

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions