{ if (e.key === 'Enter') { submit = input; randomSeed = Math.random(); // eslint-disable-next-line no-undef umami.track('Random Follower'); } }} />

{#if submit !== ''} {#await followers(submit)} Loading followers ... 50% {:then users} {@const user = users[Math.floor(randomSeed * users.length)]}

{user.name} {:catch} {/await} {:else}

Enter a username to search for to continue. {/if}