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
In the "advanced Svelte tutorial", while being on the lesson svelte:window bindings
I noticed that, if the editor throws an error, for example after writing something invalid like: console.log(foo); // foo is not defined
Then when I change to any of the other lessons, the background image deepsea.webp is still shown.
Describe the bug
In the "advanced Svelte tutorial", while being on the lesson svelte:window bindings
I noticed that, if the editor throws an error, for example after writing something invalid like:
console.log(foo); // foo is not defined
Then when I change to any of the other lessons, the background image deepsea.webp is still shown.
Reproduction
console.log(foo);
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: