Fixes async ssr context

pull/17351/head
Ryan Wilson 2 weeks ago
parent cefde7fca1
commit e875c1f275

@ -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.
Loading…
Cancel
Save