**To Reproduce; sample code** ```Svelte {#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.