tooltips
tooltips copied to clipboard
Tooltip (as action) does not get updated when data changes.🐛
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.