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
Currently, Svelte peppers the DOM with comments for every {{#if..}} or {{#each...}} block:
<!--#if visible-->
In many cases (e.g. where the block is that last thing in the element's fragment, or where the block is followed by an element that is never removed) that's unnecessary.