From e875c1f275edc6ac3ccd63dceb54295c5114b081 Mon Sep 17 00:00:00 2001 From: Ryan Wilson <42699070+rywils@users.noreply.github.com> Date: Thu, 11 Dec 2025 15:01:04 -0600 Subject: [PATCH] Fixes async ssr context --- .changeset/async-ssr-context.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/async-ssr-context.md diff --git a/.changeset/async-ssr-context.md b/.changeset/async-ssr-context.md new file mode 100644 index 0000000000..013ec61711 --- /dev/null +++ b/.changeset/async-ssr-context.md @@ -0,0 +1,5 @@ +--- +'svelte': patch +--- + +Fix async SSR context race by relying on per-render AsyncLocalStorage and only falling back to a local store when ALS is unavailable.