{#each groupedNotifications.slice(0, maxNotifications) as group (getKey(group))}
{
e.preventDefault()
e.stopPropagation()
dispatch('click', { context: value, notification: group[0] })
}}
/>
{/each}