This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Description
Found in #40 (comment):
- If you wrap the whole
{#await}...{/await} block with an {#if dataPromise}, the enclosed text elements fail to update, with reasons relating to the next point.
- The console is spamming
addChild() called on an element that doesn't implement nodeOps.remove() [ undefined ]. This is something to do with updating the child text nodes passed into the <text> element. That's a bug with the text-updating logic, though somehow we get away with it in this example. I'll track it.