{ e.key === 'Enter' && (searchInputFinal = searchInput); }} /> (searchInputFinal = searchInput)} title="Or click your Enter key" >Search

{#if searchInputFinal !== ''} {#await threads(searchInputFinal)} Loading ... {:then threads} {:catch}

Threads could not be loaded. You might have been rate limited.

Try again in a few minutes. If the problem persists, please contact @fuwn on AniList.

{/await} {:else}

Enter a username to search for to continue.

{/if}