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
I do not understand the "error model" of svelte. Runtime error in one component causes whole app to stop responding. Only way out of it is to reload (f5) the browser. This does not feel resilient to me. IMO only the affected component should fail. Am I thinking about it wrongly, or missed something in the docs about this?
I do not understand the "error model" of svelte. Runtime error in one component causes whole app to stop responding. Only way out of it is to reload (f5) the browser. This does not feel resilient to me. IMO only the affected component should fail. Am I thinking about it wrongly, or missed something in the docs about this?
Here is a example demonstrating the case.
https://svelte.dev/repl/f097db80392243ab8edc8a8d6a355e98?version=3.35.0
The text was updated successfully, but these errors were encountered: