tooltips icon indicating copy to clipboard operation
tooltips copied to clipboard

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

Open maurice2k opened this issue 1 year ago • 0 comments

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.

maurice2k avatar Aug 01 '24 09:08 maurice2k