Say I have:
{#await showMinePromise}
<p>...Loading</p>
{:then entries}
// do stuff
{/await}
Is there a way to update the entries variable to add in items (as when the user adds something, etc)? By that I mean manually insert an item into the array external to the await -- no call to update the promise.