{ if (e.key === 'Enter') { submit = input; randomSeed = Math.random(); // eslint-disable-next-line no-undef umami.track('Random Follower'); } }} /> (submit = input) && (randomSeed = Math.random())} title="Or click your Enter key" data-umami-event="Random Follower" > Generate
{#if submit !== ''} {#await followers(submit)} Loading followers ... 50% {:then users} {@const user = users[Math.floor(randomSeed * users.length)]} {:catch}Enter a username to search for to continue.
{/if}