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
Describe the bug
If svelte:component is used inside a :catch block, updating the class on a surrounding wrapper element causes error/svelte:component to disappear.
Describe the bug
If
svelte:component
is used inside a:catch
block, updating the class on a surrounding wrapper element causes error/svelte:component
to disappear.To Reproduce
https://svelte.dev/repl/a0047276119343d6a7c0298532bbdcb2?version=3.24.1
Click the "Dismiss" button
Expected behavior
In the above REPL, I would expect the "Dismiss" button to still be on the screen and inside of a red box.
Severity
Prevents lazy loading error handling pages. Easy to work around, just increases bundle size.
The text was updated successfully, but these errors were encountered: