mirror of https://github.com/sveltejs/svelte
fix: reapply context after transforming error during SSR (#18099)
Don't have a test for it and no bug report but I stumbled upon this and I'm very certain not restoring context here is wrong since it means the failed snippet rendering gets the wrong context. --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/18184/head
parent
5e054574db
commit
aeb6bd088b
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: reapply context after transforming error during SSR
|
||||||
Loading…
Reference in new issue