You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that #16806 introduced a regression for traditional {#await} blocks. Calling an async function declared with $derived results in hydration from SSR failing catastrophically.
Reproduction
On StackBlitz due to specifically happening in hydration
Logs
Uncaught (in promise) HierarchyRequestError: Failed to execute 'appendChild' on 'Node': This node type does not support this method.