Instance
The mastodon instance from the toots are fetched
$domainValue = event.target.value} value={$domainValue} > {#if !$domainState.valid}
{$domainState.error}
{/if}
Tags
What hashtags are fetched
$hashtagsValue = event.detail} value={$hashtagsValue} /> {#if !$hashtagsState.valid}
{$hashtagsState.error}
{/if} {#if $hashtagsValue.length > 5}
Too many hashtags can impair performances and network consumption.
{/if}